Memory Pool Memory Pool Refreshing

17,525 transactions
5.55 vMB
Show Random Selection Loading Transactions
Max Size: 33/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 ago 1.00 vMB 3,368 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (783,976 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
123,742 123,742 0000000000006915fd75744332b875cd0f185ea0e67557738b47c3a358fda1ab 0.02 MB 37 756
123,741 123,741 00000000000041f5b3b6c0ed5328a875532a39bb26006d045ec8798fb5624c1a 0.00 MB 10 795
123,740 123,740 00000000000044658fa5e604dbd87c1432452f8c8f23d5a400ba1aa38e2a333f 0.00 MB 10 0
123,739 123,739 00000000000017697f2c6de35d58e293fcce82264963793bfaedfdd8d97457a3 0.01 MB 9 369
123,738 123,738 000000000000034e926808310b90eefb4951697483bc9262fe2e60beeeed1d07 0.01 MB 16 1,175
123,737 123,737 0000000000000133e703624cadfa1bcf5c5c336386e3d345646535dce41e9d10 0.00 MB 2 0
123,736 123,736 000000000000611d8434364737769b48e236bc98a06d92b052b287145a5ae000 0.00 MB 1 0
123,735 123,735 00000000000033d9aa320c29b58967037775e97a4d1e2ae0e996b7db5fc60593 0.00 MB 10 502
123,734 123,734 0000000000001115150e31604e985a81b09e40fbb35ec0e234255b2961c172ed 0.02 MB 51 1,456
123,733 123,733 00000000000055f9ebd36d336988b677863f07795bf33a8bef3e5abcc032387e 0.00 MB 9 394
123,732 123,732 00000000000034ba504a6e89a3fd70e82d72c659958a93457ae56194f1c88063 0.00 MB 2 0
123,731 123,731 0000000000006010af41fe47a6e0e5c14f575d3facaea0d521ad4f3e68cab7de 0.02 MB 71 0
123,730 123,730 0000000000005112aa43594afcfc95bc1b7196ace24c22eec1736dcb8826fa33 0.01 MB 14 637
123,729 123,729 00000000000066bb8aaadcbadcac90b1a2707d92ac9e1672d5fa17e3c81b21ca 0.02 MB 19 747
123,728 123,728 0000000000005a23488ba41456174bb48c8411467a2cf8ec4efbc15b73afa53e 0.00 MB 10 336
123,727 123,727 00000000000021c49300683d3fa5deaee0940c76617d0538938e771db93da71e 0.03 MB 62 823
123,726 123,726 0000000000004446948fa9df7686b0311053433499070224a416c10a49010383 0.03 MB 31 75
123,725 123,725 0000000000000652734d12acb437e8cafb84258370f83b774c9d58aa3161550e 0.00 MB 1 0
123,724 123,724 00000000000062eabb1b7a9aeaeea749c3031242e29f2670379087b536a67a68 0.03 MB 29 252
123,723 123,723 000000000000015fc97b876b3779326728896dfae03e29ad4b53c990c8150893 0.01 MB 13 2,297
123,722 123,722 000000000000356ef4e15097f9d35fbde7772ba4f53e09735bc9f1cc676af676 0.02 MB 57 384
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,623.70 GB sent, 92.98 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.