Memory Pool Memory Pool Refreshing

14,286 transactions
4.53 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (11,335 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
896,383 896,383 00000000000000000001c4a4407de17fca31c6f53cfacf160cc895018900232c 1.70 MB 2,940 3
896,382 896,382 00000000000000000001306c4323bcf193864535a49110cf97c58d33afc91c80 1.74 MB 2,903 4
896,381 896,381 000000000000000000023c7d67a6bca33b6672cd2d930e4141a4d422516ed5a6 1.71 MB 2,477 2
896,380 896,380 00000000000000000000ec443a0e87709a8571df8f68d1f43a11da45cf9e9037 1.69 MB 3,485 3
896,379 896,379 00000000000000000001a85aba2b9043365b1dd26bc67155c9058f29bec6dbe0 1.50 MB 2,623 8
896,378 896,378 00000000000000000001ca5866bd2956d3490ce9fb9265192e12bb7e24aa87d9 3.67 MB 125 1
896,377 896,377 00000000000000000001863a6374ef735de95982e16f59764b8297c0043920d7 2.77 MB 1,238 2
896,376 896,376 00000000000000000001fba9fd3afef1b5564eb92f430b8cb6ca12201519b587 2.40 MB 1,959 2
896,375 896,375 000000000000000000011c4b0d39839416cf14ed45ce6445bba94762961c5fa0 1.95 MB 2,167 3
896,374 896,374 000000000000000000001ff85796c8f2446c0b441b9b7e46ee1445b50d28d70b 3.69 MB 493 1
896,373 896,373 00000000000000000001886c35d6334e38b4256ca9b3c3331bf87fc1fc4f9d6c 2.20 MB 2,149 1
896,372 896,372 00000000000000000000f0ef446d2364fe2bacd7686fe6a4c247b08d963c728b 1.65 MB 2,636 4
896,371 896,371 0000000000000000000198514b8470ed2ee3b7e031e0e1d318b86df41bc5464c 2.09 MB 2,477 2
896,370 896,370 0000000000000000000193de55137062815dc9769fa4e2c640880d2bed37ee85 2.24 MB 2,449 2
896,369 896,369 00000000000000000001d4743f29d12deb34c225a64954c64dc14440e97a9e32 2.31 MB 1,844 2
896,368 896,368 00000000000000000001997c177530d70fa3da8a8de5fa310f2ac2e8a28db750 1.62 MB 2,777 2
896,367 896,367 00000000000000000000e0bf6c54846272efc0e2c21aadab81f7470969ad5fe4 1.68 MB 2,760 4
896,366 896,366 000000000000000000010afc55922bf527bdaf66488a9250414f85e562f260c6 1.73 MB 3,584 2
896,365 896,365 00000000000000000001f1a5feee3024de248f3b767eb71b2a15a97a4a514393 1.65 MB 3,128 4
896,364 896,364 00000000000000000001d36484e772ad6c7d01a92baa4c8ec6731127db666458 1.66 MB 3,254 4
896,363 896,363 00000000000000000000957fd8575cda76d98a1be935d9bd4dfca1cdab61535c 3.55 MB 540 1
Previous 10 blocks ↓
Total Size: 769.02 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,622.96 GB sent, 92.96 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.