Memory Pool Memory Pool Refreshing

2,831 transactions
0.90 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,000 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.89 vMB 2,816 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,999 (762,241 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
145,758 145,758 000000000000091d0fd77b59c7cb7acf3ebfed6ba29b0e21494b76461a6f9a98 0.01 MB 22 43
145,757 145,757 00000000000008dede97c3952f511d68b5d7c92f441c0e997be678630a21c9e8 0.03 MB 54 113
145,756 145,756 00000000000004c16c237c602aca31ae52ce06288f6487a72a556e7c72ae953f 0.01 MB 21 360
145,755 145,755 00000000000001d2f04e9420dca60429bf63c064cfbb882f4d36adcdeef95179 0.01 MB 14 56
145,754 145,754 00000000000008384dd635b68d3aaaed50bf4aaae8a2229c650f5fc9cb3cf76c 0.00 MB 10 82
145,753 145,753 00000000000001c93d120f90a492d8c75a2629265888f2a5bbd03e524ea91428 0.02 MB 70 98
145,752 145,752 000000000000030c2a65d41413f49081f77778611285558259947f7d07ea1952 0.02 MB 45 116
145,751 145,751 000000000000088058ca5f1c149e81df01ec24859f1e1c643675fa26461231e0 0.03 MB 27 670
145,750 145,750 000000000000068cfceff4f535c631288fed0ba92dd05fd8e04d9c37b917a974 0.00 MB 1 0
145,749 145,749 000000000000042edb3d2ad9e57dc6a28d19b96adb0d8bb7ba42ab3078f5f199 0.01 MB 30 417
145,748 145,748 000000000000024287db0d24639ee4b49f103f1771286e9d312c1d425ec58005 0.01 MB 14 275
145,747 145,747 00000000000008c134b1f5dfe9bc3dca905feb54e3c1a12be101d327c0499db8 0.03 MB 88 85
145,746 145,746 000000000000013e6087a841b591f9cbea5fc011caa6c0d2c308347c42846901 0.02 MB 68 91
145,745 145,745 00000000000003cb07d6f9a6822213f44fb6ae5d95f1a88482e6020e8b82e3e0 0.01 MB 34 287
145,744 145,744 000000000000037937423177dd7dd82ea3d4915a2019c038d86b48aeab46bc71 0.03 MB 46 34
145,743 145,743 00000000000006b95cf8da9a3f09f698cb0f007703867aa326320a6b76d1df60 0.00 MB 7 118
145,742 145,742 00000000000004137051dc07e8e3e00488397574bb4ba065ceac44df2af90e02 0.03 MB 87 141
145,741 145,741 00000000000008ba2ddb7536e22f518a6e90500ad10f8df32086041e3b77bffd 0.05 MB 117 105
145,740 145,740 00000000000003814238f15c9470afd2dd6c2190a22dcaf44d6cb376c25ed320 0.01 MB 15 1,152
145,739 145,739 000000000000037c8bcfb0d3c0d1ec30367efe7af67e21c65e395ef844f433cf 0.04 MB 108 139
145,738 145,738 0000000000000668263ee9efb0934d7dec85a663e3e0be9dd53050a9d75899ad 0.00 MB 11 474
Previous 10 blocks ↓
Total Size: 769.54 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,648.57 GB sent, 95.66 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.