Memory Pool Memory Pool Refreshing

3,638 transactions
1.42 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,873 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,861 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (751,961 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
155,911 155,911 000000000000085fc5c728005b5148c00e3732faed56a9f5f2a6456602ca71f5 0.01 MB 26 265
155,910 155,910 0000000000000bd55ed23867eeb6ddc4325f853347845960a6ca01bd43333bdd 0.01 MB 17 164
155,909 155,909 0000000000000e51e857c9809862ce154a11138fea92ce8515aefbe11948ec5d 0.04 MB 106 32
155,908 155,908 0000000000000ec0fd67ec1d460eb71cc58a4688d90b3e9de4b875cca048e401 0.01 MB 22 43
155,907 155,907 00000000000000b95fd8444a913f6f2fe93f5270e4ba1b06cab392223f81a8d9 0.02 MB 60 58
155,906 155,906 00000000000001fd98d5b5ff38f88955710353a813131b60c7489f66332d3e22 0.01 MB 42 20
155,905 155,905 0000000000000e794f83c9f4fe11128b8a478ae0e37fed21232ccc72997f8c9b 0.05 MB 103 76
155,904 155,904 00000000000003991a278d90bf4e64fc399d52eafff3a74fca23923f157ccf5f 0.00 MB 8 598
155,903 155,903 0000000000000c0fed3aafbe8451b65bd2fef020d10692e0ce45e1b2dd00207d 0.01 MB 26 184
155,902 155,902 0000000000000b04a44fbb0d9979c107759866c4fd3d831284632f7a30bfb787 0.00 MB 4 64
155,901 155,901 0000000000000c4c7ca967e733af87be7ed8325fddbcdadbac4a0030cc5a32e1 0.00 MB 12 60
155,900 155,900 00000000000005fe59fa09f033b85c7eeec7f78824ee9b5637413adaf72e8b14 0.00 MB 7 61
155,899 155,899 000000000000026f6637384b1dce0232c0bcc0356dcaaf1fe63d3b9d67877a56 0.01 MB 24 291
155,898 155,898 00000000000009f1617e7b90186ce1d835e7a5d2086792710757d47d55c8c4a3 0.05 MB 162 34
155,897 155,897 000000000000051db689359500fb75e839b8fe83e4002e2a346008a4e7b5b8f9 0.02 MB 62 167
155,896 155,896 00000000000005c25a42521a3d2acae62a4fd97fba51a00c07887060c81785ad 0.01 MB 19 30
155,895 155,895 0000000000000ecf6fe0f017f75d5b421c96cd0d6b1c4d69fdb509de20baafa5 0.02 MB 26 124
155,894 155,894 0000000000000edf6a42170abebce41fb2a87f31bc32f7feffeea44631b6ae1f 0.03 MB 81 210
155,893 155,893 0000000000000af61bc14cc1262e908c41c3b5e65ef2f5bb87a90dbc85cf48d8 0.03 MB 24 55
155,892 155,892 0000000000000e33ec84fddb04c447f72acde2e0093c063e7d686a6c9a012d63 0.04 MB 89 64
155,891 155,891 000000000000027c849690cb7bb91acd9468ec61d49fcf4b315d9983fb542d30 0.00 MB 9 486
Previous 10 blocks ↓
Total Size: 769.30 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,642.72 GB sent, 94.45 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.