Loading Tool

Explorer IconExplorer

Memory Pool

79,971 transactions
29.95 vMB
0.13324298 BTC
Random Selection Loading Transactions
Max Size: 180.96/200 MB

Candidate Block

Mining Attempt c9d558a73c1861f4d2eb851e81ee6a1b123d77e09d2ae4f4149e32ebb49563b4
Version 20000000
Previous Block 00000000000000000000997246e0ea341cc7494c99602e9246f1c08e494865a8
Merkle Root c15d0c06a42aa4ce60f07c7bd8525101b8f594a554a8f25ab738ad94b48b2589
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,861
Size: 1.00 vMB
Total Fees: 0.06426663 BTC
Feerates: 101.64 > 6.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,140 (499,624 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
415,516 415,516 000000000000000001b2237777d869b1f6022f6c0a78fcfa58bb40a5315c5a4c 1,385 1.00/1.00 vMB 28
415,515 415,515 00000000000000000008b735d0d70aa412ec6d5c36193230fce12b887f4d9f5b 3,076 1.00/1.00 vMB 78
415,514 415,514 0000000000000000053413792f1781432dab3309522dabad08f14c2553825893 1,449 1.00/1.00 vMB 20
415,513 415,513 000000000000000001581b0b978964712265301b3b2360d83bbf378d0577239b 2,088 1.00/1.00 vMB 46
415,512 415,512 0000000000000000019e93275c4b0a6adf02c6b20e6b7ff09845cc8df66bbb30 2,677 1.00/1.00 vMB 69
415,511 415,511 000000000000000000ebadc79a99aaef494f862691218e201489fe24ebd3f287 2,118 1.00/1.00 vMB 33
415,510 415,510 00000000000000000147350ff60de6595e1e74667826d9466b0c893e323d5c1a 1,926 1.00/1.00 vMB 45
415,509 415,509 0000000000000000051976a8348f49e4b936e2b965d5d02243270faa85acf39e 2,659 1.00/1.00 vMB 47
415,508 415,508 00000000000000000440dd4b7da778e708ac1ac9bf3b63029fc46639802b795c 111 1.00/1.00 vMB 107
415,507 415,507 0000000000000000050649f271cb884980e85956d8a281216f8db7bf48c3f092 3,017 1.00/1.00 vMB 76
415,506 415,506 0000000000000000020cc713e0d0ce5ccba54b8d45505526794f4ff92b43cfaf 2,888 1.00/1.00 vMB 57
415,505 415,505 0000000000000000041b69972cfab94e40f3a83e7e70ca7bf66812651aa07724 3,093 1.00/1.00 vMB 82
415,504 415,504 0000000000000000013f82cac482cf9b71c1beb8e07db0c534f4c2f9a9a7eaf5 857 0.40/1.00 vMB 44
415,503 415,503 00000000000000000007b0461b94decd62b68ce20b54f76ff8498fde61b74cb4 1,994 0.89/1.00 vMB 40
415,502 415,502 0000000000000000020dfd7ded791f57cda6c61debb7b1565d180f8a746b13da 949 0.55/1.00 vMB 31
415,501 415,501 000000000000000004acc9df30189cb5e1ccc892e097b3dab2f589ebb8d39a80 2,475 1.00/1.00 vMB 53
415,500 415,500 00000000000000000082755a016ef227bfa6b116b4f306305d414cd976363656 1,043 1.00/1.00 vMB 20
415,499 415,499 0000000000000000014c6179492b3bb41c47d86976183b2322217e12e469b37c 99 0.06/1.00 vMB 46
415,498 415,498 0000000000000000030f7ed4e8f81b7d57665c8ac84ac00555e27de008217567 1,740 0.74/1.00 vMB 44
415,497 415,497 0000000000000000055e590af1f9a70a0622e02f58623eef8a03ca07df5199d2 80 0.03/1.00 vMB 50
415,496 415,496 000000000000000002a3fedcf03bc40f0800faf6348ed93b9592496f84a77b90 1,572 0.67/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 782.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 672.37 GB
    • Received: 16.21 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.