Memory Pool Memory Pool Refreshing

2,200 transactions
0.72 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,383 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.72 vMB 2,195 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,382 (873,494 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
34,888 34,888 0000000066a12cd27d19477acfeedfbf09146a58b7c69d160e5092b5a4b74ce3 0.00 MB 1 0
34,887 34,887 00000000697a75bab25977eee3195485b062d9cbea2bbce756003597ffb762c3 0.00 MB 2 0
34,886 34,886 000000008bc9f40458bb8b7a74ce344c577991122abcb376478f716bf03b946a 0.00 MB 1 0
34,885 34,885 00000000a1560a3a78917839b3339766615c154385012755c91baaec06ac7d55 0.00 MB 1 0
34,884 34,884 000000005ae3a96442a73a2dfa4ed81ece89f4af176fc8ceeb364caa6850dffb 0.00 MB 1 0
34,883 34,883 0000000011c90f93c144f567f41172dab8dcea53ce30db55a21d13a270ecface 0.00 MB 1 0
34,882 34,882 00000000adf4c40b452fc8a809ada9510130fd61a9215f49f2fa7aab0c216815 0.00 MB 1 0
34,881 34,881 0000000092eec3bf9732c2d238ce14201a741db8a3b718bdb4f0853b73161bc3 0.00 MB 1 0
34,880 34,880 000000002de4c9c0e3b528aa42d1712280ba7447d40763ecc4599d3441f02c60 0.00 MB 1 0
34,879 34,879 00000000b9217c2756848e42ec59d7bdcc57cbb5896953ecfb9f5035b257612a 0.00 MB 1 0
34,878 34,878 00000000129f3a47c95ef7b702df2760f7412ac452129e7361766aac19e49086 0.00 MB 1 0
34,877 34,877 00000000574a9fc0b11baa34982bd2938c2ff64b8982b108dfe6e47a877ae0ca 0.00 MB 1 0
34,876 34,876 00000000af7ddcee48538151e3ab421570781e4e7b899deca5dd6937e08360c3 0.00 MB 1 0
34,875 34,875 0000000018277ec701c978364bfa1f629fbb54b94769d594b7f8c6bfff6f51b7 0.00 MB 1 0
34,874 34,874 0000000064db681ed866df06192aa56bd9ab698a1aa0ca919f9b003f6db210b5 0.00 MB 1 0
34,873 34,873 0000000041fa1fa7767287a850e97f74645767f88cdbf361264d81fd1b6a91ad 0.00 MB 1 0
34,872 34,872 00000000c1c60c1fd31cd77742edc641dae1485846348b8764925d31aa1ca1a3 0.00 MB 1 0
34,871 34,871 000000000068075574f6a2f9bf706ca81511ed1214c296eabb62688936df8411 0.00 MB 1 0
34,870 34,870 000000000553e7e8fd52b7fa8be95456f8c624659ca54a36153ee609f5b2b3f2 0.00 MB 1 0
34,869 34,869 0000000000d98681a1060fe81fa3bb682d807d3f84f8f478db42b791b266cc0a 0.00 MB 1 0
34,868 34,868 00000000c034fd888eb59bca9ce1ea63df39b3328e1920da2496f28f63d740a3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.40 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,703.65 GB sent, 99.13 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.