Memory Pool Memory Pool Refreshing

5,521 transactions
1.85 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
2 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,698 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,718 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (778,745 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
128,952 128,952 00000000000014ff523664ef1934e4cf2cb5cbe35d5aa9085941e45a80caf5bb 0.02 MB 56 3
128,951 128,951 000000000000076c7448cffe116a126c0016f03a0aae2445d8e3f346607a0cb2 0.02 MB 36 1,055
128,950 128,950 0000000000000a6c8cff2a5d8e50289a7b5183bbd6dba66547e7fbad4804a13c 0.02 MB 62 1,324
128,949 128,949 00000000000024d4736a617b9846846e0fed1a02a8c5b0f830708ee6998c80e8 0.01 MB 36 238
128,948 128,948 000000000000135fa521ce16b0e50b3fcb49dd6558b09cc03e451342d887f2a5 0.02 MB 34 423
128,947 128,947 000000000000153353fe4453a0be80dd4e454b441682563e3bdbd50a069474c1 0.00 MB 11 18,293
128,946 128,946 00000000000012f363c142e68a5883d8472e176087bf8108ccb0e77579622166 0.00 MB 12 343
128,945 128,945 00000000000005043e293afea4dd1ac92b88b87da73de54082821f595908c1ff 0.00 MB 9 862
128,944 128,944 0000000000002670af3e938a805eed8669866bc1e89ea83110b8b10e035c2838 0.00 MB 7 454
128,943 128,943 0000000000000ece3c28488564e5fcc9628a0959261b91d7c0a9dc0f6bfff0c4 0.01 MB 21 368
128,942 128,942 00000000000009061819ff2127959795c8cc29bfa5c3368ad8ea5cc092b658f4 0.02 MB 39 634
128,941 128,941 00000000000006eed51f1510118b568702353f7506643c1d85ad0665d994b607 0.05 MB 125 301
128,940 128,940 0000000000001676a0d15dafdff7027a899807fcac5ea83735fd7665fa3a70dd 0.01 MB 23 153
128,939 128,939 00000000000012cf02d978ebca669261934a20e117bbd30dbf2cb98bba751c2c 0.00 MB 4 1,576
128,938 128,938 00000000000017e76607d804f6451b55d5803b0495d847a4e0dc42e61b6abd20 0.02 MB 47 554
128,937 128,937 00000000000011a3e3a070ba083b0ee6519568058ef477c7dca1c53c5a0b20f4 0.00 MB 4 193
128,936 128,936 0000000000000da9e0e751362ace39aa92b4e6e9120d484dd75e9641603bc293 0.00 MB 13 524
128,935 128,935 00000000000018720f2f8dcd321d55d3fbd573252aa5249972ba710350f8547b 0.02 MB 38 741
128,934 128,934 0000000000001593e6c60e266765d20760ac128d3973946f51173496a4ff7778 0.01 MB 20 815
128,933 128,933 0000000000000a028e30536147e29e73ab9d422a74a416ea52bf49bbd212bd4d 0.00 MB 18 229
128,932 128,932 00000000000007499512200e7effa9b448498c4976a45bf1a7f5a3e65dfa1010 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 768.98 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,616.00 GB sent, 92.71 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.