Memory Pool Memory Pool Refreshing

255 transactions
0.11 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.11 vMB 244 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (429,146 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
478,622 478,622 0000000000000000013f064119287d85bdf690df38b2b1776cd698c3436a4d38 1.00 MB 667 15
478,621 478,621 000000000000000000db39150b6069aea9716d53328c14a20c2171443b22b306 1.00 MB 2,278 48
478,620 478,620 00000000000000000094b1bf655a0ffa21d4dc93c897a5d5e27fd96329221c4e 1.00 MB 1,985 95
478,619 478,619 00000000000000000009bfb86b2354dc4760e49a80d7768a9353e7de58484e0e 1.00 MB 2,078 75
478,618 478,618 000000000000000000711b744572fc229e3199b54afd1b1feffec0527eba6e73 1.00 MB 2,133 63
478,617 478,617 0000000000000000002c3d4dfd565ef863ffba9d457448d605f397f0d10b21d2 1.00 MB 1,715 145
478,616 478,616 0000000000000000001986eb2aa4991609b0b47c2588257ac179112329de730d 0.99 MB 1,788 92
478,615 478,615 00000000000000000058f1c8647b3cb79a5752acfd45f5373e57042407c7f617 1.00 MB 2,228 144
478,614 478,614 0000000000000000001db704079dc5fb598e6a140d25362dbc609b8391f931a5 0.86 MB 1,837 8
478,613 478,613 000000000000000000669ba0966245c558d46e7ba6ee2430e709b03431750044 1.00 MB 1,330 63
478,612 478,612 00000000000000000053f38234e7ec49af973c703ae2663fae1a0e1afc8dd504 1.00 MB 2,511 42
478,611 478,611 00000000000000000018895fb2c7deda884554e3b4add8d1070f17c643e298c8 1.00 MB 2,140 108
478,610 478,610 00000000000000000028389f5b592cbf08ca0451c675432f6060f97d8425fe51 1.00 MB 1,112 111
478,609 478,609 0000000000000000009662d27be84282da19cc5a6fe3d77ec9dbb1aca603ae92 1.00 MB 2,100 165
478,608 478,608 000000000000000000c359e140c99e9b534e576f04511436529ceae5b132d0b8 0.94 MB 83 5
478,607 478,607 00000000000000000078dfea83e7ce096702193a6fff61320e37860c9ee1c2ef 0.96 MB 415 15
478,606 478,606 0000000000000000001df5e33e4dbc41c62000e586bf19f5bf2274226346d8a5 0.18 MB 228 100
478,605 478,605 000000000000000000198b6426dcdb65a415530de43fb9fb16a8ed8dcd6cc5da 0.95 MB 1,668 65
478,604 478,604 00000000000000000107c00da30ec0c32d33a59b5d5cbd8a8b6710e59b791243 0.74 MB 1,517 53
478,603 478,603 00000000000000000026d7a13271e888726029bee1b6e2e1e8852a4d99c115e0 1.00 MB 1,689 88
478,602 478,602 0000000000000000010edf55c5ca667819170dbd35ec9230f58b782444541f76 0.78 MB 1,405 71
Previous 10 blocks ↓
Total Size: 769.11 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.32 GB sent, 93.42 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.