Memory Pool Memory Pool Refreshing

1,631 transactions
0.48 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,468 00000000000000000002349e0000000000000000000000000000000000000000 0.48 vMB 1,617 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,467 (873,585 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
34,867 34,867 000000000f52d92f36e12f61a5f05fe45f436e75f79f85d6263e1d6e1b8ede5a 0.00 MB 1 0
34,866 34,866 00000000ac88a19b679c319d88ec7bfded30ac0b418151577c4b93d5021214c0 0.00 MB 1 0
34,865 34,865 00000000337563851b555492d77f07052773f498ce9be77d7cc154dbe1188e49 0.00 MB 1 0
34,864 34,864 0000000083719bfd67687378cbc9ddf3436f38e95751564c163d82522f2bbca9 0.00 MB 1 0
34,863 34,863 000000009d59dc8d60a85dd07afa6be1ac7b6e015d7f31939d508bb3c651c41c 0.00 MB 1 0
34,862 34,862 00000000be8f9cec70824ccb40c0281f54372f6c48d5547ab1800cc6e16901d1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.58 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,784.22 GB sent, 99.87 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.