Memory Pool Memory Pool Refreshing

4,574 transactions
1.77 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,700 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,711 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (619,125 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
288,574 288,574 00000000000000000a821629bff0cf17008612203ac8f2257bbbc9e0713fb799 0.20 MB 382 77
288,573 288,573 0000000000000000d567a367f22d8d3965636b7763cbc98bb78dba59314b4820 0.18 MB 401 43
288,572 288,572 00000000000000004ab0c77b2282d8e17ab1118426b34936dd046813368bc502 0.30 MB 484 32
288,571 288,571 00000000000000007f93b70970d68092295f5a453157e648c7e05f2a8ffb51d2 0.35 MB 368 13
288,570 288,570 000000000000000064a74b4617ddd4149352d5edb4b24426013b54dc4f2dde45 0.35 MB 848 44
288,569 288,569 00000000000000011ab286952ea8d182f9b68797592a81d8368d6e7e5a2a7acf 0.33 MB 338 24
288,568 288,568 0000000000000000f7f640d23cce5f73200c2e12448cc08abcc3d70eea1afa99 0.25 MB 457 30
288,567 288,567 0000000000000000d3fb15350f18ab72c04e7efa8f2390115a4b2476f2bf4e07 0.14 MB 169 25
288,566 288,566 00000000000000005084ac02ce50d95c2b4b4dc20585bf19e979bf396c5076a8 0.35 MB 616 29
288,565 288,565 00000000000000007d7c1a48241c2a96cfb683ac905d5f23fd3f2215eca9d3c2 0.27 MB 465 28
288,564 288,564 00000000000000011d69cd7de9a5437ee2dff401a934051b319dedf1dbc44009 0.09 MB 58 17
288,563 288,563 00000000000000001f292cfb01e5139d88fe1c71c9f2f20a2d446ff8e0b7ceb6 0.13 MB 128 25
288,562 288,562 000000000000000060fc8f6dcaa68724c61bc652bd82bcd39ef10844fa202ced 0.05 MB 128 49
288,561 288,561 0000000000000000e1b4163f42c168f4401abd8aa049ffec4d5e423ab48f6b20 0.13 MB 125 24
288,560 288,560 0000000000000000d7975f837188dd458e9604210d4b82a5c0dd9960d0d82ab9 0.25 MB 83 11
288,559 288,559 0000000000000000274d492c09fa815118342bbab6602171ccfac7839dd206b1 0.25 MB 249 44
288,558 288,558 000000000000000102ac0bb951348384bf98977d7d72677723a50a1abcf319aa 0.25 MB 570 35
288,557 288,557 00000000000000010b2fd9460ddc6a2d85105f6cb10564667e6dbd15e4639062 0.04 MB 128 65
288,556 288,556 000000000000000074953313ca30236fafe09ebd7b990f69e31778cf54c33de6 0.02 MB 21 18
288,555 288,555 000000000000000030f49da7d517e1ca81ddfe57029a95404ebe3a987546e0cb 0.07 MB 103 22
288,554 288,554 00000000000000011cf090448fe1865789bab8bde38e571d58bdb3d0d326d94b 0.43 MB 433 25
Previous 10 blocks ↓
Total Size: 768.98 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,616.50 GB sent, 92.73 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.