Memory Pool Memory Pool Refreshing

77,222 transactions
30.40 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,287 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 4,113 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,286 (295,150 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
575,136 575,136 0000000000000000001d4cd7028930a187c8a6793a918b89c8352a20ef674100 1.18 MB 2,123 54
575,135 575,135 0000000000000000001d6f9597b452065504662de25fa2092d9ae094e946f1c5 1.17 MB 3,156 51
575,134 575,134 00000000000000000025d48c679ed0f60044093382dff1a8c2124908a6195c65 1.24 MB 2,726 100
575,133 575,133 000000000000000000046d160dc44b20040bf09c159b7a06b0ca031c5d100146 1.03 MB 1,323 56
575,132 575,132 00000000000000000028a58da833cb65c5070ee68f7c7944cd376a4a5ed7e780 1.23 MB 2,529 91
575,131 575,131 0000000000000000000782a52a66bd48d359bcb6534134eb1935a369b995af5e 1.09 MB 1,487 72
575,130 575,130 00000000000000000004df5bce16c76979799b2f61eba2e30421368e59b94829 1.09 MB 1,606 91
575,129 575,129 0000000000000000001edf381bcf3da8a2865f18e6fd1be4965eb46fa6ad84f8 1.21 MB 3,006 63
575,128 575,128 00000000000000000000924d48aff91cb81eaa605e10b507cb94371708d516c1 1.27 MB 2,632 87
575,127 575,127 000000000000000000153cc2021717a7b23b2329b0d17408f190f9bee8377a12 1.34 MB 3,122 84
575,126 575,126 00000000000000000010c7412853161053e45606807e103a6c6ba0c914db75ad 1.23 MB 2,546 104
575,125 575,125 00000000000000000003fb4d01d2042470d71d25302c092f1abd78fdde8cdc4a 1.32 MB 2,703 90
575,124 575,124 00000000000000000015753c1ad1948a07f660b13d29afed6acf556670a94e79 1.28 MB 2,606 74
575,123 575,123 0000000000000000000ad63fc26030bb7bb26ac597dcbf94d6e2a2e9d50d4989 1.15 MB 2,653 53
575,122 575,122 0000000000000000000699338c90db169a5c51ecdaf3711d08da2bd8855a5ca7 1.30 MB 2,939 54
575,121 575,121 0000000000000000000950f9e18fece4b1e0d7b75d658cf1903e584c6d321dbe 1.33 MB 2,400 100
575,120 575,120 0000000000000000001a1a1233a50921a3b84b5c872f7dca23518f1fc1251ac6 1.28 MB 2,950 68
575,119 575,119 000000000000000000033440a4fbf683537290b86c7e5e824d1eb0c81d857d72 1.19 MB 2,662 70
575,118 575,118 0000000000000000001e27a4fdc232f03e83ebff8cbc39256dbe2cb5b3ac7d1b 1.20 MB 2,404 97
575,117 575,117 0000000000000000000ef4c240c55be6f926b4badaef68458af40af88dece0c4 1.13 MB 2,964 31
575,116 575,116 000000000000000000130e17846d3dad86341c9a029738ea62a9a895fe25ef54 1.23 MB 2,435 80
Previous 10 blocks ↓
Total Size: 699.99 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,223.40 GB sent, 210.34 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.