Memory Pool Memory Pool Refreshing

33,099 transactions
30.04 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,567 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 3,783 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,566 (44,980 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
818,586 818,586 0000000000000000000021803916b463cdcb4dd039d02514030b2fc1d08c9281 1.78 MB 3,405 60
818,585 818,585 00000000000000000000f5dc28ae190d0cd543b50fda31e0f80701824c4d3ca7 1.96 MB 4,502 52
818,584 818,584 000000000000000000011b785364ed77ce6aaabd7725253b67e9811bbfdace1f 1.55 MB 2,791 75
818,583 818,583 0000000000000000000032dd97e632894939ecad4236190174c3c91dacad82af 1.98 MB 4,450 46
818,582 818,582 000000000000000000016bfa2961937c3a353a68effe9fe5d5138d0f5b889294 1.79 MB 3,342 50
818,581 818,581 000000000000000000008ab040c22981abbc0091bbf40b2786b06a85eeba7cc9 1.87 MB 4,054 50
818,580 818,580 00000000000000000002e72dabc240848c92f83b9ab1da32e838eb6cd3457881 2.12 MB 3,476 56
818,579 818,579 0000000000000000000420b6746ae7e960abb0d6f9d0ea3aa4bbecad72bc33b4 1.69 MB 3,615 59
818,578 818,578 000000000000000000037aa3798a375d2592efdf73f84abfa3461607b66005d5 1.56 MB 3,383 82
818,577 818,577 00000000000000000000d20ea5afcd95f5425c9bd855615aeff3ab396930b1ac 1.54 MB 3,382 79
818,576 818,576 00000000000000000003ec1a03b9a8da30dd855992111bd328d58acf0252c514 2.00 MB 3,354 58
818,575 818,575 00000000000000000003856d9134a4c4aeda4ad483c316704dd69759b6c5fc4f 1.99 MB 3,299 61
818,574 818,574 000000000000000000034a55d8c68ff3fbc548b46003ee64c62d66102ff04252 1.61 MB 3,060 70
818,573 818,573 0000000000000000000212b589c92b98a00b059e419e97e789543d82a011ae03 2.21 MB 3,682 51
818,572 818,572 000000000000000000033b6c712f576e37fb64398a7be8a4631f080b2e367df4 1.80 MB 3,767 51
818,571 818,571 0000000000000000000073b5ee3ffe0718a1966ccb5264a741f7c06db54d0144 1.79 MB 3,827 58
818,570 818,570 00000000000000000000531243da74ea82fec40bdb42d4dcfddde87b1aa5bc62 1.56 MB 3,185 60
818,569 818,569 00000000000000000003bd33646d42af70b79288563ee3605277faeaa2aa5dfc 1.64 MB 3,508 59
818,568 818,568 00000000000000000003fb5869018cfc439bc1fa82d17261d94d9f64d56b46c0 1.78 MB 3,897 56
818,567 818,567 00000000000000000001ca63bf57071689b5dd890d8d10cf0ea59a85637b5f19 1.89 MB 4,256 48
818,566 818,566 00000000000000000003db060b2daa18853ed6d5d38801919a4fbe4324971fac 1.98 MB 4,215 52
Previous 10 blocks ↓
Total Size: 687.20 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,510.30 GB sent, 120.12 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.