Memory Pool Memory Pool Refreshing

4,414 transactions
1.28 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,561 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (766,737 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
141,137 141,137 0000000000000768e93cbda52b6a52be9798f3580baf5d8d18d55e8ab139599f 0.02 MB 35 234
141,136 141,136 000000000000084ed6d730e16f38e7ea515f568150a47a2e3ff68407a3761cba 0.01 MB 15 233
141,135 141,135 0000000000000432cbede1b37913da0b3741c36636c597dbb40f2b4512618ce0 0.04 MB 107 371
141,134 141,134 00000000000009275b96bfa1675ce48bac6e76ca17390c19d6ae55e273b9c329 0.00 MB 10 190
141,133 141,133 000000000000002bfdc2c99aeec336949b3bf896eba14368ecac31300b62b239 0.01 MB 19 109
141,132 141,132 000000000000029e1d4e533c0289247200b3493c1dbbcad7f51e0140d4449b64 0.02 MB 83 45
141,131 141,131 000000000000065a7ddd6988234c12e6906018f3b72322783daa13992cc42aa9 0.05 MB 134 186
141,130 141,130 00000000000006e576de20e102a2de1003c69b2abf1e666212c401697a45b4f2 0.01 MB 26 71
141,129 141,129 000000000000073086deef04551cb68b2a154bb1bd2117662d06162ae18bc89a 0.00 MB 9 210
141,128 141,128 00000000000004c4ea37c4c674c7aa3be033b51b65f8f0e5716aa5e5f031920e 0.05 MB 125 328
141,127 141,127 00000000000003a544e44390a08db8ac32854b89b662316987c5ff34a3ccd1a1 0.05 MB 109 334
141,126 141,126 00000000000009381ddec45a6cf790c73a9f51fcc0bcdbaacb44b92a19b4a383 0.01 MB 15 230
141,125 141,125 000000000000014fab897fbae257ea0dda2df6e154c27caf66d72c914ccdedd0 0.04 MB 72 378
141,124 141,124 00000000000006e9687efdf9010d5279ba3993b55478d031639c2f09c9ee95ea 0.00 MB 9 46
141,123 141,123 00000000000003f206ca5fd5feb67484f282c3685e643cd225b3d942bfae4bc4 0.04 MB 95 81
141,122 141,122 000000000000036c9a7c883d2ebf90d143ec4d585ef377d295b6f50589d0789a 0.00 MB 16 1,601
141,121 141,121 000000000000064b84f63da115199e23ec160847cce3fb94036d3fd46b73b61e 0.01 MB 17 57
141,120 141,120 00000000000002d214e1af085eda0a780a8446698ab5c0128b6392e189886114 0.03 MB 80 122
141,119 141,119 00000000000007d33d78522fa95bdcd4a25072aeac844cbe9b6bc5d0cc885d0a 0.05 MB 108 173
141,118 141,118 000000000000031f263cf9744e1f4292858e813c00d748fa9f46a955e9eaba18 0.01 MB 30 304
141,117 141,117 000000000000010d64065b7d739741affe0a1fc440647de7fd7fbde4fb0c8450 0.05 MB 53 650
Previous 10 blocks ↓
Total Size: 769.31 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,642.76 GB sent, 94.48 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.