Memory Pool Memory Pool Refreshing

12,226 transactions
4.16 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,034 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (784,922 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
122,808 122,808 000000000000793d85507614a29018f5477442db4c76ba5d3bfb1b261b604a36 0.01 MB 34 519
122,807 122,807 00000000000005b32c2f7def7d4b42254166a4e55dc531c5cca760600d21e5ca 0.00 MB 11 357
122,806 122,806 0000000000000b6e9ecc70cb1622730cc6beb3f81d20e692cf38e4314936e94e 0.00 MB 10 0
122,805 122,805 000000000000432d5ace1e05d710ec56fde4628633a3320ad2389cf807edf79c 0.00 MB 11 334
122,804 122,804 0000000000008337200ec9412e51381326758963bce787a97ad867bac087d3f1 0.00 MB 5 1,240
122,803 122,803 000000000000484daf777d9f4715e09c24511c1d3ae3d92ddc24f2de103fd500 0.00 MB 8 0
122,802 122,802 0000000000007787385a1a8e076e0a6192a1af786845ab21ad1ab675290c2b24 0.00 MB 1 0
122,801 122,801 00000000000081243d9e57fb6477fee6487d12a21165b7dd3f48ec39e77c768e 0.01 MB 50 2,543
122,800 122,800 0000000000002528224df41ed781655eb376744d481a65d0c92874ec332b84e1 0.00 MB 11 0
122,799 122,799 00000000000021fb82f00fb57dfc180bc9b7bc33d33f40bb8d48cb98903fc46f 0.01 MB 22 444
122,798 122,798 000000000000582a7987b8fd5b143c5e29816975301cc80b2548ca1c8ec870ad 0.00 MB 1 0
122,797 122,797 0000000000003fc6df2c5990168274f4d5d7e61e2f21a558deef7003b6a040ea 0.01 MB 36 2,414
122,796 122,796 00000000000063951e0af8d20376f0880ee29e7f25d567296125c9069d72fed5 0.00 MB 13 0
122,795 122,795 000000000000607ffa1b80e1af4297211d38ff026fac0c7f3702deb87766311b 0.01 MB 15 99
122,794 122,794 0000000000004d9ade8a451d7dbe1b28b1bfdbde12b870de0d0bf028375cc507 0.00 MB 1 0
122,793 122,793 000000000000518ee3632d54312bef9838d6f29de2337cdb16041ad192768bad 0.01 MB 10 515
122,792 122,792 000000000000669f1020ba3f46ae0a54c549585723ca7c25e84523d0a67a0a90 0.00 MB 1 0
122,791 122,791 0000000000001d4766cca45f3c47deea401c5f0095974e7ae9a7732511c8f342 0.01 MB 8 161
122,790 122,790 0000000000008350a8a799324c95e321d3b2d1dd8705adc09d448de2b0249734 0.00 MB 8 358
122,789 122,789 0000000000006c89559711e200e222d7ca5d576ddc2cdd6d5d096967dfc0b7e3 0.00 MB 8 28
122,788 122,788 000000000000672c688c38042ab093b7854c7072096ec153d30051f225e0f935 0.00 MB 8 0
Previous 10 blocks ↓
Total Size: 769.04 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,626.88 GB sent, 93.09 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.