Memory Pool Memory Pool Refreshing

5,039 transactions
1.63 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
907,846 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,736 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,845 (687,405 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
220,440 220,440 00000000000004ee86ba01b066895f7b4ee1c17fd91acf19fb6e46633aebc964 0.25 MB 635 198
220,439 220,439 000000000000042fb4c8e2bebbad425fa119e86c37d6cbe126e679a0730b2686 0.05 MB 133 238
220,438 220,438 00000000000003bfa5624cd2aa5b7f0aeac42d2f0eebd4d3631021f78836cc3d 0.03 MB 83 215
220,437 220,437 000000000000025e19b944a8bd0d8c923845285be7701c800f5f424faaedf27b 0.06 MB 105 141
220,436 220,436 000000000000051771654871d2cf0e70220f77aa24202d9a045b80557aacc674 0.12 MB 224 138
220,435 220,435 00000000000004dd98437eca580792ae76afc485d86c723d31a9392ef7a59ddf 0.25 MB 603 214
220,434 220,434 0000000000000304db510c309a0b561712bc6fdf430966a055b720fa70a079b3 0.06 MB 88 85
220,433 220,433 00000000000001007812bff8f269eb9d34a74bbb0600e1bbf5a2a04a3e1cd587 0.21 MB 486 197
220,432 220,432 000000000000006bcee1c55fdf206ec11b50719f24d126708eefce0b21f9424c 0.13 MB 288 218
220,431 220,431 00000000000002d271758ad7a04b520aa4a016bc7b1995100dc11113b422acba 0.07 MB 157 192
220,430 220,430 000000000000027faf9c9dcbf77c099322090d9ecdbc6657ba9426e8abd78145 0.09 MB 122 126
220,429 220,429 000000000000030ea1cce2278906712cc34e0917c95df4a000621aacf3ae1017 0.12 MB 292 201
220,428 220,428 000000000000037160cd0ca92312b48b60e1e0af1f9b794b2dbf190b4dcc56b6 0.08 MB 191 205
220,427 220,427 00000000000001b639b13e415c408b63c5254a5e037b008b4b0ccf645add38fd 0.05 MB 98 7
220,426 220,426 00000000000001a76c7ec045d7ea8cef751c9ee0ea8c7ecbe479e31617a6a1a5 0.22 MB 370 136
220,425 220,425 0000000000000061730f698d84abc86737d054f05aa5722b9f1447fb72987487 0.03 MB 63 170
220,424 220,424 00000000000003b30f4121c31fd3bd505b73eee4820ecff725480e2fb061dfb0 0.19 MB 469 182
220,423 220,423 0000000000000316bb77cd2892b6ffa9df48e42f3de206b4372e7c190b3db438 0.11 MB 247 196
220,422 220,422 0000000000000014ef805baa618a21d08255b667140a154790e85dbc3aa70071 0.21 MB 556 194
220,421 220,421 00000000000000298cccf8dc08a05ba589914825234cfc5635c7699564c056a5 0.09 MB 228 174
220,420 220,420 000000000000003145856c59415550228acf9d9e31408386e0e7eef0359bf983 0.19 MB 388 128
Previous 10 blocks ↓
Total Size: 769.25 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,635.16 GB sent, 94.18 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.