Memory Pool Memory Pool Refreshing

5,270 transactions
1.82 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,832 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,654 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,831 (81,497 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
826,334 826,334 00000000000000000002129e0ea424802af3616e3917666ba53fe2a936b3491a 1.58 MB 3,182 86
826,333 826,333 00000000000000000001fc9cfe17fed15fd55fabc501a0b2aa91afd7e7e235d3 1.77 MB 2,493 41
826,332 826,332 00000000000000000003bf2e039c2cf5557caaf210cfd4e3a9c36a73a487090c 2.46 MB 3,145 45
826,331 826,331 0000000000000000000321ec30b254910c4d5dd4edfb894a23186d922763e573 2.13 MB 3,517 57
826,330 826,330 000000000000000000012738773476db5b98f227ada97556f4d9a45118864905 1.91 MB 3,429 52
826,329 826,329 00000000000000000000e3caa24c92b94bfefe631909fd6786e2cfbbfdb40ad8 1.64 MB 3,356 67
826,328 826,328 00000000000000000001c8149d2a54f7bec9325a0ba1310181442ba790abe837 1.66 MB 3,360 50
826,327 826,327 00000000000000000001fe2468d6f89352b2eccaa8cb17c9238582c7ffaf9e60 1.53 MB 3,111 84
826,326 826,326 00000000000000000002c4f940b134417da6d33f6aace9648bc9322542cfa152 2.29 MB 2,737 40
826,325 826,325 000000000000000000007373887b5dd4c3bcc499d7f72ef98fb8a7c927213f9b 1.58 MB 3,412 66
826,324 826,324 00000000000000000001dacda80e1bed588e7e402130eaf247129eef2059d644 1.61 MB 3,239 63
826,323 826,323 000000000000000000039c7908b83e9bfb61d1e02599e9469e5384a5b475be33 2.04 MB 872 73
826,322 826,322 0000000000000000000279b8c5a579409ffe75f76ebf897bc511b3a5bf9a9259 1.96 MB 5,376 43
826,321 826,321 0000000000000000000370b4e561210b41743578c7aa71e7ae78d3488748b8d8 1.61 MB 3,022 63
826,320 826,320 00000000000000000000ed1931ebeab1829fabd235b0c0bb4432af5d44777319 2.02 MB 2,585 47
826,319 826,319 00000000000000000003650505e756b370ea417b88c433a4b0c474cf50e73603 1.88 MB 2,898 58
826,318 826,318 000000000000000000020b4f8a2b67fa0387eb842b14422cb4534de1dedf7d24 1.80 MB 3,961 82
826,317 826,317 0000000000000000000002f34c40e350aaec3cce491941fb286bfb2fb51c0502 1.57 MB 2,724 37
826,316 826,316 000000000000000000001c36496e16494424af7aea647e5a1a65a6c991bf0118 1.80 MB 2,837 40
826,315 826,315 000000000000000000039c8092f69d4521ca5871314c18897a4a7fe8f0058cd6 1.83 MB 3,215 60
826,314 826,314 00000000000000000000ef2cf2628c051197ee88cd8913cde2a35f48eed1b68a 1.75 MB 1,667 40
Previous 10 blocks ↓
Total Size: 769.23 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,634.72 GB sent, 94.06 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.