Memory Pool Memory Pool Refreshing

34,325 transactions
32.37 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,405 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,674 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,404 (373,476 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
488,928 488,928 000000000000000000f8957d44a4bb57ac9e61a7c4e6f089c6eac0d3e974b4b8 1.03 MB 1,900 78
488,927 488,927 00000000000000000006eb30da444ae3b530d6a3f7a1e6bc9324faf2762417cb 1.00 MB 2,330 13
488,926 488,926 0000000000000000002333841e97afbf818120f0053d5192ea056244237361f1 1.00 MB 2,374 88
488,925 488,925 000000000000000000b1512aeb4a5bc290195385fc3b249f9d941dfc3b64231b 1.01 MB 924 99
488,924 488,924 0000000000000000009a54759c0f48e9b8be538c9af553e52accde96933c3cd7 1.00 MB 493 88
488,923 488,923 000000000000000000334ef5f4265ca8e06edee5ec8775d14ea279aa93e176bb 1.00 MB 339 88
488,922 488,922 000000000000000000b62981f91d124ccc8d638b4f55d6ff0443fde80063d638 1.01 MB 401 88
488,921 488,921 00000000000000000025114d3e59cbfb07d482a8d2dbb7b49c60ad5dd47f2e9f 1.08 MB 1,219 107
488,920 488,920 000000000000000000ee16fa7c692fa0704130d6b7b630ba384c21069cfe70e4 1.00 MB 2,020 148
488,919 488,919 000000000000000000f4c09cd69f8236089e5293568c57ba17e8dbb9773abfe5 1.00 MB 1,290 54
488,918 488,918 00000000000000000059d6d0a2d69d634b2ed6ca9dff446aa0b7c5ae1afa9454 1.00 MB 490 92
488,917 488,917 00000000000000000073b6b70455fc1f146fd527ce64b5122f3a121de35c11d6 1.01 MB 1,249 119
488,916 488,916 0000000000000000001daa3b7b66028301cccaa3e3a46fb0fdcdb609d3ff3fa3 1.00 MB 1,060 59
488,915 488,915 0000000000000000002782c919b30e628f8a5ba178fa427153862c3a352e2c67 1.01 MB 1,077 104
488,914 488,914 0000000000000000005893a0dac4f6b5a68a3f77cacec92d020314b0c0048d6f 1.02 MB 1,489 168
488,913 488,913 000000000000000000e08394ed2d3b48c7cf4493cbefff70504937a0890a0cef 1.04 MB 2,041 60
488,912 488,912 0000000000000000004e1b74256959370ce0768b380e983298ce3beadcc62b88 1.05 MB 2,205 117
488,911 488,911 000000000000000000d75f4e2ed5281745346a484f4513bafa3224c00b1f209f 1.03 MB 2,145 164
488,910 488,910 0000000000000000002143c8fe9c836c739bc53e1dbabcb41477a44d2605ed29 0.61 MB 1,518 50
488,909 488,909 00000000000000000054d0123c4612be1613d4bf0f134bd7ecfd99731575d9d1 1.03 MB 2,433 121
488,908 488,908 0000000000000000005622e19cd5fcc8ca771480ab3b607e2d0d1eb32d058a07 1.05 MB 2,430 88
Previous 10 blocks ↓
Total Size: 684.93 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,367.47 GB sent, 104.55 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.