Memory Pool Memory Pool Refreshing

10,093 transactions
4.62 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (779,152 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
128,573 128,573 0000000000001474c63a4f52de4b773330b53e274d0cc8796fdb4829f179fec8 0.01 MB 16 465
128,572 128,572 00000000000007ac4e3cf80bcbf0d0681ac7bcf3879db29f15c3d56547700748 0.01 MB 20 1,013
128,571 128,571 00000000000006000a78c1c1507c6e8b3c7f05067e3cd205852110b30b15844b 0.01 MB 16 539
128,570 128,570 0000000000000fc0517e0f649469315044b408e682c05d3c234a65dcf30f2601 0.00 MB 12 213
128,569 128,569 0000000000000dcdca6b03a71dfe8d41599ebd64e22f8f08d672e3be4c3982f0 0.02 MB 42 418
128,568 128,568 00000000000014379ef357d79f9faea6e2a2fce3910711fec0b242543810a0fd 0.01 MB 29 488
128,567 128,567 00000000000024fa1fcc9e1c8250008e24fabba8684a0f8518de58964df127a8 0.02 MB 64 170
128,566 128,566 00000000000011668773dec53c7a6d9a5e8182f412956153fffed1f0515750a3 0.01 MB 12 674
128,565 128,565 00000000000009a8cb8bdf6c37ed90c4f1744df17ede6be999457aa77ab10eb2 0.01 MB 15 143
128,564 128,564 0000000000000fc036a0077273be15affee48df1a02558e6e013ff79354a5093 0.00 MB 1 0
128,563 128,563 00000000000009c0d38b69a9daf0ace209a77be34380f0c762ab07cd88248560 0.01 MB 25 778
128,562 128,562 00000000000000d1dd7d55e96317cecd28ee7075d2990c1fd80f5af31c3e866b 0.03 MB 84 237
128,561 128,561 00000000000014ce680d4ad0dfb05d1dc68faa3ef4177b64e52d5215c9d16ca1 0.01 MB 21 1,620
128,560 128,560 0000000000000b67901f78747c73dfa7a4b93322c02bf8c3b20ddd3b46720eac 0.01 MB 26 693
128,559 128,559 0000000000001e3f7e32da61ae001e4e1fd643b3d35cb64125d009ff2549f59a 0.01 MB 29 785
128,558 128,558 0000000000002359cfc245e6e6376d6d2fc066fc0fd6c484f98bcdedd9db620b 0.01 MB 15 411
128,557 128,557 0000000000000dc19bab7469e9aad72eb690906c74dc5aaca0bb459753a4a6dc 0.01 MB 41 370
128,556 128,556 0000000000000f2c05ea76d66985d7ae7ab0561314a0ef2b2fbf6c5c31a80b0f 0.01 MB 22 831
128,555 128,555 000000000000006f0144d66c1e31f0b1dcb11ca7fc0a35dae6f940206ecb12de 0.08 MB 208 366
128,554 128,554 00000000000023e15968a028dce2d9376343c8b98a65fa5ed179b00de73879ff 0.00 MB 8 943
128,553 128,553 0000000000000612cce10168a799e8b6284ac9f372fac58bf510485a8d5089ff 0.01 MB 14 862
Previous 10 blocks ↓
Total Size: 769.03 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,625.69 GB sent, 93.04 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.