Memory Pool Memory Pool Refreshing

1,428 transactions
0.42 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
1 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,781 00000000000000000002349e0000000000000000000000000000000000000000 0.40 vMB 1,399 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,780 (777,398 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
130,382 130,382 00000000000014bd56fb49c5aaec81c549c93bcd5b5c1f0866a0900acce4affd 0.00 MB 13 323
130,381 130,381 00000000000018df23b46b71fde560b7de8017dc8273fc93294035d64a526056 0.02 MB 42 616
130,380 130,380 00000000000012f382ca972bd29b94f992a7ea8b57b9beddacea6394c2ddd00c 0.01 MB 26 955
130,379 130,379 0000000000000644970f06cc23112ea36e3235c001b2467099aeffa260a6cde7 0.04 MB 107 519
130,378 130,378 000000000000105ecdff6a4aec8377ec913dc087b3ec93c78022eaeb1c8e7c28 0.01 MB 18 1,233
130,377 130,377 000000000000175c51ec79f0553b180e3537ff65c77826bacf0b1cf6349dd62d 0.00 MB 11 2,013
130,376 130,376 0000000000000977f944475d330e1fbf744cd3a1ad226fc7dcbd87e4c6753b9f 0.05 MB 112 1,163
130,375 130,375 0000000000001682ed863d81a1b780b4b0842d3f4c17bd3e9913f673780b376c 0.01 MB 21 1,464
130,374 130,374 000000000000066bb38dd5231c3e857e6ea3d76fe606b9eb2063d6672cfb51c3 0.02 MB 79 71
130,373 130,373 00000000000015c2041a918b074667e535d0f91744afb09e8e9995b52c0687ab 0.02 MB 58 1,393
130,372 130,372 000000000000070564d5ddb4e0e456ad8d2da5a0500f280575adea4fcd6283ba 0.05 MB 142 287
130,371 130,371 00000000000000dd7ade8a2658a66dd4e260afa0be2b7427150b039ea117562a 0.03 MB 47 911
130,370 130,370 0000000000001ad82e3ad1afcd6d7f359591db7ff0cff7b384e22472c7d5d437 0.00 MB 14 750
130,369 130,369 0000000000000f73455c32d76f5686ebc305ed5c7134dc9d25dda7c8dccd3b46 0.03 MB 53 1,077
130,368 130,368 0000000000000b64bd4333b74083964782f01cf26d3db613e5ed7d16da5a11f3 0.03 MB 76 1,732
130,367 130,367 0000000000001c1ac65de51358d33d9ca0d4bfb79ecad1fa49d00e86c71b0f4c 0.01 MB 25 143
130,366 130,366 00000000000005879638b45c0ef19ca233b5f02058bc61de891b48a5877dc79b 0.00 MB 1 0
130,365 130,365 0000000000000de59eff4e51837ffd197c018f82f5abc783028707edee118a1f 0.02 MB 49 1,030
130,364 130,364 0000000000000fdb9923c4b777ba73d3054e932825500c33a518067533e78637 0.01 MB 25 2,259
130,363 130,363 0000000000001ad6dec1fc55be6f6063198e3d22d499680a7dbb5b33094c1110 0.04 MB 112 206
130,362 130,362 000000000000063981debcac5396320f433396fe93f20aaa77384f125be4f48c 0.03 MB 71 1,422
Previous 10 blocks ↓
Total Size: 769.13 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,630.67 GB sent, 93.52 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.