Memory Pool Memory Pool Refreshing

3,835 transactions
1.39 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (595,757 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
312,093 312,093 000000000000000001233e4c563523ccf493eec7a5cba70c05e4fd36d7550e9f 0.46 MB 848 29
312,092 312,092 00000000000000001319c6b37a60c87e15699f690d344534b347403d70db8f82 0.22 MB 336 24
312,091 312,091 0000000000000000162b098a0d139f996763e4cae578d85569dfc84ffaf5f2de 0.12 MB 268 37
312,090 312,090 0000000000000000266ab261eef13406d57038d702ce17371d619508768ccaa0 0.06 MB 147 48
312,089 312,089 00000000000000000587fcad22ba88859b97ebade7ac51d437466384897534ed 0.03 MB 32 23
312,088 312,088 00000000000000003d3b995e1e3dfe15cee964a465eebca5fabc7656c1fd1d6b 0.19 MB 364 29
312,087 312,087 0000000000000000008183c9ccfe8e4263abfc297ac47c2ba623a9335e00c21a 0.10 MB 217 29
312,086 312,086 00000000000000002122d6ff89aa9682fc60bdbe6f7e7634392010d7e74d5a0d 0.04 MB 53 23
312,085 312,085 00000000000000002902299ae5bde8901e81381ab4a7f731eded7f68704e9dff 0.01 MB 25 50
312,084 312,084 0000000000000000318284896fe2377dcf05bdd562c3f0340eac9671f57a6422 0.02 MB 67 93
312,083 312,083 00000000000000000e0b50934df6e709711c785263dd0f4e0fcf1c214dca75a2 0.13 MB 284 29
312,082 312,082 000000000000000011a42366ddd643e9e99788d9646ff6125db8d572b59763c9 0.04 MB 86 30
312,081 312,081 00000000000000002404013d6f4d25e44e0426a910d4121ef86ed89bc0af359b 0.04 MB 76 29
312,080 312,080 00000000000000001e6dd77ef4d338b135e3902c3209898e8ff3d2e6a6c42fc1 0.05 MB 109 25
312,079 312,079 00000000000000002877b443b8197d10fcbc932ce06343ce95de2c14d8618b25 0.21 MB 398 26
312,078 312,078 00000000000000000d2f17837a43ad7ef4aae5679a344e9b3817f2c95817cc8e 0.07 MB 129 30
312,077 312,077 00000000000000002819d8d7575ba7c7cf7529d6250ce57ace5b195757eb52cc 0.37 MB 646 27
312,076 312,076 00000000000000000050e95f6504c9cbab353c4c90cc294b458ec1dacb2a4854 0.54 MB 690 23
312,075 312,075 00000000000000003d7eedb1e68295dad3bbce38e2b7cd5ae1eaade73b61a967 0.17 MB 203 22
312,074 312,074 00000000000000002056c32164201553754e1fa7e29b5aa3ea4a429c9609e3e9 0.23 MB 404 29
312,073 312,073 00000000000000002e48167f0b40334c934e0fc4e8ef8c57403df631f0db77af 0.03 MB 48 24
Previous 10 blocks ↓
Total Size: 769.26 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,635.26 GB sent, 94.22 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.