Memory Pool Memory Pool Refreshing

1,663 transactions
0.52 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,767 00000000000000000002349e0000000000000000000000000000000000000000 0.52 vMB 1,662 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (541,239 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
366,527 366,527 000000000000000008578911644f1740e275467d83416c6456c8153ae2f40a2e 0.24 MB 450 46
366,526 366,526 00000000000000000e6d78c422944e70f65e6018cb776eb3b25b2adf48b40f2a 0.68 MB 1,337 39
366,525 366,525 000000000000000004bf798b2d298a6c0066647ad5a51c952eec173781c10c90 0.00 MB 1 0
366,524 366,524 0000000000000000092bafb5553f256180d688a5ce05a3d4a9a75cbbd2ab1bab 0.42 MB 898 44
366,523 366,523 0000000000000000044a9745cd88ca5c33b3136038bd25747a8dc2ad6310019f 0.06 MB 110 29
366,522 366,522 000000000000000010a8fe9b1c3084267fce48c1fee9c0486d1d734b1670fac7 0.02 MB 64 50
366,521 366,521 00000000000000000c68407456e100e5ef25db0bcd53c8ae535cfac2ddd468e4 0.01 MB 36 48
366,520 366,520 000000000000000007b390d072bfae45e6274a8623f6e8a077008ebbc72f4de7 0.03 MB 73 42
366,519 366,519 000000000000000006a01781dd73834b22cb21341565d7bf078a046ab52d4b7f 0.17 MB 300 29
366,518 366,518 00000000000000000cd424ad454d735cea207bb5ab217d3f4cc87f67e0bdab6e 0.52 MB 1,008 36
366,517 366,517 00000000000000000e3cbaead61cbe05efdfc0f7a35f925b090f8d47a794d971 0.75 MB 1,583 41
366,516 366,516 0000000000000000148e62fa7b20f6a1a0cee73e31e8944dfb17b884b8e488e9 0.22 MB 319 25
366,515 366,515 00000000000000000ff23f6184d76972551665ac3a2ff96d974d81216bf66283 0.27 MB 428 33
366,514 366,514 0000000000000000038ad508b1b46525a23859e1f6b6d112bcf4e3889b1aac3d 0.61 MB 1,043 33
366,513 366,513 000000000000000013589e6f6494689b61e29fb55e72ffc34b0a231eb34607a7 0.16 MB 298 30
366,512 366,512 000000000000000013bdab3b232322eb4e4413cbab47211e402fa96860fd2c35 0.17 MB 229 18
366,511 366,511 0000000000000000006622551b2f944b4f37a3c3c2cedb0ad0963bb4fbc522c8 0.93 MB 2,052 40
366,510 366,510 000000000000000001b5ebf3cc93faa112372d952c634584bc9ce8b1244e5437 0.31 MB 639 38
366,509 366,509 000000000000000004f8909c458b1fbae2d83a892e359a51b84e1c32c8bd6d30 0.42 MB 784 41
366,508 366,508 0000000000000000088c4725ab3cb321efcb753aea8fbe58b3bbcc5924f623d7 0.00 MB 1 0
366,507 366,507 0000000000000000093b072aa80df74512ef31568dd4144d62f3262d0c7565a8 0.22 MB 478 33
Previous 10 blocks ↓
Total Size: 769.10 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,629.12 GB sent, 93.41 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.