Memory Pool Memory Pool Refreshing

4,574 transactions
2.75 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,346 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (737,756 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
170,045 170,045 000000000000048ce606af4935131576e888ba3e33617df96998451830dabb68 0.00 MB 4 43
170,044 170,044 0000000000000b288ded34791281af2b6c52002f5a0e68399a627a2986453e08 0.02 MB 31 255
170,043 170,043 00000000000009353eb191fdbb17afaf64198e2b5a2e3c42cd6d3ba1d6d77ad0 0.01 MB 15 39
170,042 170,042 00000000000009d8f8b7c0659d6d62357d0e41e00e922d9f448e2b8970502e59 0.01 MB 24 87
170,041 170,041 000000000000003cfb482eea82f5ea1d420a73434791b2cde1d6609066477bbc 0.00 MB 1 0
170,040 170,040 000000000000065a37148490f9ee4de142de1e42e4238ddc406ccb60b810e8ed 0.00 MB 1 0
170,039 170,039 0000000000000581fed634c3ec85a27a5aeb43377b3794b4449d64a61b218f28 0.02 MB 85 10
170,038 170,038 00000000000009bcfe1e9bd03b81b3165be608c3c04e6061fe3eeec0ce5b3b91 0.01 MB 20 77
170,037 170,037 000000000000026d2cdf7ccee4508fe2cf7689b13fbb0e794cb1d869fd1af432 0.01 MB 22 201
170,036 170,036 00000000000009040d3b0cd47702c59524ae62177e679fa01e2692fdfcc19d75 0.01 MB 37 283
170,035 170,035 0000000000000825df61c86a970c12f3cba78802fe41377186d13a030f3ca0ab 0.01 MB 23 237
170,034 170,034 000000000000014f4f099b401eea43d01d0d197a3b064d5fbdd2aa12583bcd8f 0.02 MB 36 97
170,033 170,033 00000000000008d014f315c5c025a3ae3112744cba6d2ec8c3a235a7393e4ee9 0.00 MB 1 0
170,032 170,032 000000000000064a2e753689d6314fe97adb1e723bd04b572295a58ac7416c7b 0.00 MB 10 22
170,031 170,031 00000000000006b7fa9c866f69da7016a6adfea1cce40c80025577c5f0f3b7d9 0.00 MB 7 24
170,030 170,030 00000000000005d8ee675238a77974ce29a32e57f5925470d88b891079156b1f 0.00 MB 1 0
170,029 170,029 00000000000009c8a9d129546fbbf1601c7ddbce66e129db8c9e0cdea209f74a 0.02 MB 39 82
170,028 170,028 00000000000007fd6acd8af1201ed4d7aa03bdfec07ba6f9ce463dfb9c2f3779 0.02 MB 96 10
170,027 170,027 000000000000097d7be84813d914de27132a91d90b10cbf511cb125169f8af7e 0.00 MB 15 37
170,026 170,026 000000000000029c4b8d64980d0978e482d2b065f4ec34fc55ae024429f93340 0.03 MB 55 118
170,025 170,025 0000000000000b297dc1dd1bf0d7207a124067eaf0b4277937de3b5783da2a47 0.04 MB 76 103
Previous 10 blocks ↓
Total Size: 769.17 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,632.86 GB sent, 93.74 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.