Memory Pool Memory Pool Refreshing

6,566 transactions
2.93 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,687 (166,805 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
740,882 740,882 00000000000000000004d17c338301de9bb3ee4a80db072142242aa7f2b1d86c 1.62 MB 2,448 20
740,881 740,881 00000000000000000003e61da4350b7a313b247c884af9f69f920629b0723646 1.51 MB 2,610 28
740,880 740,880 0000000000000000000670284079162620096cb81514b98ec34d5cdd32607514 1.51 MB 3,201 30
740,879 740,879 00000000000000000003c5ef619f03c1e382d119ed98dc76fdda37d7beff1b0d 1.67 MB 2,396 17
740,878 740,878 0000000000000000000668b5bd3da7745b8ac957afdbaad2bfc0b9153f32b5ba 1.50 MB 3,161 32
740,877 740,877 000000000000000000039c9e14f65f0202bce0e7cc99e406adf64b18b779291a 1.65 MB 2,268 14
740,876 740,876 0000000000000000000636fc8b8768dae571d7926e1e14a8c622360bce9809e6 1.44 MB 1,974 12
740,875 740,875 0000000000000000000217c90708f50f23aa1b792a739ba61925cb49ee242726 1.43 MB 1,712 21
740,874 740,874 00000000000000000000affadd96026eead92f361522caf6a392c07679fd8ce2 1.44 MB 2,540 21
740,873 740,873 00000000000000000000a310623bb71866c5c4d73f61dbb0b3c59824f5dbe3d4 1.38 MB 2,434 32
740,872 740,872 0000000000000000000455e64b3297fd9aa3dfee80a5a16155f2ad0316f88354 1.52 MB 2,000 13
740,871 740,871 00000000000000000003d0738677849593ad1da40003684a7d323a38336c1206 1.52 MB 3,117 24
740,870 740,870 0000000000000000000376b4a482ebb0ad446c374e0be3f399c34d3a88cab33a 1.07 MB 1,343 14
740,869 740,869 00000000000000000008fd7e64a321ce023b0ee004e2a237a9b0f0795e9ae8e1 1.77 MB 984 5
740,868 740,868 00000000000000000003f40bb7a39f2772687d980786971293d6e1efb3ae63e9 1.53 MB 2,884 21
740,867 740,867 000000000000000000086f570b44e3753cf48e08ae6dbc26f5a6997accd2c3c3 0.44 MB 618 16
740,866 740,866 00000000000000000007da4126c312556d324a22124a22a42889f5e35b7274b6 0.03 MB 59 17
740,865 740,865 00000000000000000002d51573aae681525a88d4f35525428e1f36b44dc7ed01 0.17 MB 269 19
740,864 740,864 000000000000000000064d41b7a2032d35c4340045b738ef022151b15dd4eabf 0.27 MB 391 18
740,863 740,863 0000000000000000000033c6e002d0959e58ea98e30b731064b85e5e89daacb6 0.62 MB 931 17
740,862 740,862 000000000000000000014ca57c31d56f9ea1717ed6152012dbb026fa2a28ba70 0.21 MB 393 19
Previous 10 blocks ↓
Total Size: 768.96 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,615.05 GB sent, 92.61 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.