Memory Pool Memory Pool Refreshing

1,767 transactions
0.67 vMB
Show Random Selection Loading Transactions
Max Size: 4/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
908,565 00000000000000000002349e0000000000000000000000000000000000000000 0.67 vMB 1,755 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,564 (812,438 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
96,126 96,126 000000000000b43f35aeb5d78839cec40335600e1b66db39e56a5b0c73b4cfec 0.00 MB 1 0
96,125 96,125 0000000000014970801e21ccdbcb0ce705993978803adf854a58c4ee360a03e2 0.00 MB 4 0
96,124 96,124 00000000000300f0d38bd06df495d3262f7d7c85de8a96135b7303bd6ae6423b 0.00 MB 1 0
96,123 96,123 0000000000008342b7ede08dbe2dca7357c070a62914a32ec24c00eb4952ca32 0.00 MB 2 0
96,122 96,122 0000000000032f96159c1cce86343109a6361f39def74672bf70006a45058227 0.00 MB 3 0
96,121 96,121 00000000000525bb76402db27b8307355925fa65bb0c126ad6d4222485514f85 0.00 MB 3 0
96,120 96,120 0000000000058597dfa39fe527b507b4048cad33ca1e129664136393ef26ff5d 0.00 MB 1 0
96,119 96,119 0000000000029d6a686f0a7ca69e5fb9d226e4b2c64daf36e2da0710a14a17b5 0.00 MB 2 0
96,118 96,118 000000000002441e348dda5d4fc32d8140da9c4f035b5ad6851e449695c45fea 0.00 MB 1 0
96,117 96,117 0000000000008c9fa44f2f1d846dbade0f2ac0b91c432437a34edee10712e77a 0.00 MB 3 0
96,116 96,116 000000000000f1b3799e63f09028d6e760075423b52e115858dbb7ba42dfee3a 0.00 MB 1 0
96,115 96,115 0000000000005e8a17353c1cb6b43cf80d9aeca1225e3b0fcc6da0f5482a3616 0.00 MB 5 0
96,114 96,114 000000000007cc05413b23fe549082da44ecf409caf724393fe9bdbd81c550be 0.00 MB 1 0
96,113 96,113 000000000002768acffae68a582259bd59cae6a4f358755797460e162f94c5e1 0.00 MB 1 0
96,112 96,112 000000000005ddc400ae104ebc74d809998cff8c1a147e54e18fe81afbcdd984 0.00 MB 2 0
96,111 96,111 000000000006b706ef88cdc6e86f2f496acd61aefe36e547d7a43ddc90806559 0.00 MB 3 0
96,110 96,110 000000000001b6bda8e682a5456a671225edf342e161df6180a7c5626a747ec1 0.00 MB 6 0
96,109 96,109 0000000000019fab78d72976ef65c9de6335442c909e9d0de39c466572d1357c 0.00 MB 1 0
96,108 96,108 000000000005561d0df0fcaefb84988b52c909aa552b540ff879860ce2e44bd0 0.00 MB 2 0
96,107 96,107 0000000000027e4b6da05db8781283cad01adedd5e73a0eec6f047f9d08c9b33 0.00 MB 1 0
96,106 96,106 00000000000714150ffdbd407d723f163a52c887154136ad29e48e3175e4c3a9 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.74 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,847.61 GB sent, 100.68 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.