Memory Pool Memory Pool Refreshing

950 transactions
0.43 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,885 00000000000000000002349e0000000000000000000000000000000000000000 0.43 vMB 932 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,884 (293,177 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
614,707 614,707 0000000000000000000cacbd4a5c771656d380cc54c19859dd5deaa0461171f5 0.42 MB 600 16
614,706 614,706 000000000000000000038d5aeaed743a79e759935953d5fa730b0d6ec710366c 1.34 MB 3,036 11
614,705 614,705 00000000000000000007d73af7d68f5ed554628ae55b935516cc09583443486b 0.95 MB 2,347 14
614,704 614,704 000000000000000000109142508ee134bbb296c3a40801324b4f08eb3b12e1a9 1.31 MB 3,064 10
614,703 614,703 0000000000000000000fe475aa33bfe4c29476bd2c89b99b96d5b5a227779403 0.46 MB 693 5
614,702 614,702 0000000000000000000f57fda7cb6270b0239484a2a3ffeeae79f38462e21c20 0.59 MB 1,734 10
614,701 614,701 00000000000000000010ed0c8f357a7d8f26905ca3a83bac4a49f68a8c0b5080 0.17 MB 408 10
614,700 614,700 000000000000000000012d1450d635581085bc569f96fd6cb3e9d4fc0a57db0d 0.74 MB 1,585 9
614,699 614,699 00000000000000000004ca9fbc3daf8edc5aadda9458db66d0377850d9d7110e 0.48 MB 1,218 12
614,698 614,698 000000000000000000001cf23d9f9c857c2a715b489999afa5cefd0d5f1427a8 0.27 MB 758 19
614,697 614,697 0000000000000000000ddbefb8be85b451bcc6cdacfbef1e375d1dd87cedfb47 0.86 MB 2,178 11
614,696 614,696 0000000000000000000c7663e08a13c168bf9d4e0f44af27f419c21cbfdffa73 1.04 MB 2,909 16
614,695 614,695 0000000000000000000ebf3afe3c9ead63738806afab4d36e9fac8cdecbd9227 0.02 MB 75 13
614,694 614,694 00000000000000000006c23ffd770334fd0fd6e2ddd79afe22ef0b85926f874f 0.13 MB 250 24
614,693 614,693 00000000000000000007b752a3d8fa3e54c0a4ff61b64a46e2c89428a8f7ba8d 0.70 MB 1,834 13
614,692 614,692 0000000000000000000bab7b549483524880e8656571d41e6498cdd17bb7570e 0.02 MB 83 13
614,691 614,691 000000000000000000110349f3e4b80137dc21be5a11cf72821c65db228b0163 0.88 MB 2,511 11
614,690 614,690 000000000000000000007d0f00c50c9e002e53f3ed54e1cbd24dea0622edade1 0.22 MB 671 8
614,689 614,689 00000000000000000005c2ed9f1c85260627cd5c20c91eaefbdf1b29000e9aa3 1.06 MB 2,637 7
614,688 614,688 00000000000000000001dbd2e4e328a68b5ea75d5327442863de4fd5cbfc8000 1.39 MB 3,110 12
614,687 614,687 00000000000000000005561b1ad56a8dd2e17953fc60ff8dc09296328b3bfbc4 0.30 MB 863 15
Previous 10 blocks ↓
Total Size: 769.32 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,643.13 GB sent, 94.58 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.