Memory Pool Memory Pool Refreshing

2,395 transactions
1.11 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,858 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,143 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,857 (294,326 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
613,531 613,531 00000000000000000006b6e6d58d1f548c9acc9a4a0e410c0fa526dd90368620 1.21 MB 2,688 7
613,530 613,530 000000000000000000108613ac3f8c755b3f012f9ac5a99d589498d430deb970 1.32 MB 3,046 22
613,529 613,529 000000000000000000014bd37da8ac39258304a62b979c9db1e4ff8efdb15d40 0.36 MB 943 12
613,528 613,528 00000000000000000005b0605104142841612b694542e7b1a3d1cc596f0463dd 0.50 MB 1,276 16
613,527 613,527 0000000000000000000456066cf684b86c3381d9381c300d35fe5a1180fd5e65 0.16 MB 124 11
613,526 613,526 0000000000000000000dea20270b09d078492c39fd7bb567d8ae0a8968cdc7b3 0.61 MB 1,409 19
613,525 613,525 0000000000000000000e5ab7bb341acdc14e5ef015de61d85fe39ce7ad58d560 0.46 MB 1,169 15
613,524 613,524 0000000000000000000cb72cb5060645d6c197e492d6374f12bad3f2ee3db28e 0.86 MB 2,148 9
613,523 613,523 000000000000000000065a2bfed06cb0df1f584e48be7bbce931873ca3b2b3be 1.23 MB 2,512 6
613,522 613,522 00000000000000000010005309d9097ef7581c13a88960d9285b1479c1f04301 1.34 MB 2,994 16
613,521 613,521 0000000000000000000b3bfe15f0c1a9f160ace5db648dd44d0f5b86cbdf31fa 1.28 MB 3,287 32
613,520 613,520 00000000000000000005389eb2699af7f7826081843af3fba4a2e7f54597bff1 0.08 MB 206 15
613,519 613,519 0000000000000000000570271d8f112e246c418037e58dfa9ec9a486ba2db56c 0.49 MB 882 17
613,518 613,518 0000000000000000000d939ac10e7913fee73fef9f71f7a7ab97fb3a5661ece6 0.04 MB 100 17
613,517 613,517 000000000000000000110c333d6fdab4ab645408b5246f877ccfd8bfd63c0f20 1.27 MB 3,123 15
613,516 613,516 0000000000000000000ff3d99c85c8ec82a79b03ba72617034e2d043747aef98 0.39 MB 883 20
613,515 613,515 00000000000000000011390be969a5268aa4dd5fcbad66ed01262afecb9e985c 1.05 MB 2,614 13
613,514 613,514 0000000000000000000c5ac9ae779e436856fe6a44e162330becbb9070e3123d 0.58 MB 1,293 16
613,513 613,513 00000000000000000005bd856df69579709e38988bb3c1bacc7e0802f86a1024 0.40 MB 985 16
613,512 613,512 0000000000000000000e3323d12e0638e3b515d77fbacae9219b702b8a630c30 0.58 MB 1,399 20
613,511 613,511 0000000000000000000d3052f47a06a1be7e82971be350e2371ff9fa02130eda 0.15 MB 299 22
Previous 10 blocks ↓
Total Size: 769.28 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,635.43 GB sent, 94.29 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.