Loading Tool

Explorer IconExplorer

Memory Pool

76,084 transactions
28.76 vMB
0.07088108 BTC
Random Selection Loading Transactions
Max Size: 175.85/200 MB

Candidate Block

Mining Attempt bcb10d14b34fead0c81d56ecbd80c80c6c4ae8f4c4088a913412d47acb0a7e1f
Version 20000000
Previous Block 000000000000000000009df2a42daf883294bc70d5e3dcb4236d35117bf4386b
Merkle Root bdadd676bd30502e735c7eed26e616bbcce7c8a9871a8687920c2a309d3d3c9d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,160
Size: 1.00 vMB
Total Fees: 0.00836009 BTC
Feerates: 77.76 > 0.84 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,246 (241,163 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
674,083 674,083 0000000000000000000a4fc0cb0b13f66d68092745c3b74f45862af813316202 2,705 1.00/1.00 vMB 88
674,082 674,082 0000000000000000000b56d7dd73070ddfdefaa3e9d2bb4f917c18f8a8a56f92 2,413 1.00/1.00 vMB 83
674,081 674,081 000000000000000000022185edcb059a54246c54982edeb547333696a3f5fc38 3,269 1.00/1.00 vMB 126
674,080 674,080 0000000000000000000ae1241feb49e91e81c0889f1d2577355755f9c97d14a9 1,967 1.00/1.00 vMB 41
674,079 674,079 00000000000000000009c506aa724f1a4dbd4ea03655e1a954f2f700279777e7 1,713 1.00/1.00 vMB 59
674,078 674,078 0000000000000000000a11384f94908ae8c7399bc3d70c3198cc0b73a3fc6acf 2,210 1.00/1.00 vMB 86
674,077 674,077 00000000000000000002f6ab382edb177612baa0a44c744219204e4ec699cde3 3,130 1.00/1.00 vMB 89
674,076 674,076 0000000000000000000bbcc0c45b98d6dd51c241d3ce028447cc86de327bdf09 2,431 1.00/1.00 vMB 100
674,075 674,075 000000000000000000051969b7f796416241c6d692964949df4ebdcd46e68313 1,931 1.00/1.00 vMB 52
674,074 674,074 0000000000000000000940d5aa9534fcc84b0edc35ea8cd8e2d12b7604b1dcb2 2,175 1.00/1.00 vMB 65
674,073 674,073 000000000000000000021a9b2ac1500929bb632b98acd87134f50d1f735bda5b 515 1.00/1.00 vMB 85
674,072 674,072 00000000000000000006e3e262cfff51c556b4a3108a2ad46c92e1f5188c5a3d 1,613 1.00/1.00 vMB 98
674,071 674,071 0000000000000000000c20aefdc6d73bc14185916bfc14f6678ce276c0cec949 2,363 1.00/1.00 vMB 57
674,070 674,070 0000000000000000000b2d99a0775e0d64a3ad4c329aa8062d9ee856b8a2d3fe 2,867 1.00/1.00 vMB 57
674,069 674,069 00000000000000000003818dde53f8a8908437fb8e25eee4a9eeb455a19edd82 2,827 1.00/1.00 vMB 63
674,068 674,068 000000000000000000066f78226206f04c41f87e61a45bb404bd95ed3fb56003 2,957 1.00/1.00 vMB 71
674,067 674,067 00000000000000000004a24f0a597436446f6347ae15dcf54c38f47e254770bc 2,444 1.00/1.00 vMB 86
674,066 674,066 00000000000000000000f59d2af58daf3081b4e084033d69cacfcd00b4e4e433 2,843 1.00/1.00 vMB 105
674,065 674,065 0000000000000000000cb56a4918e648782e60ca5c3f560c65d22bf40c8d7787 3,302 1.00/1.00 vMB 73
674,064 674,064 00000000000000000002b3e34f49d10770a29b191f7cc8d3f148b1dd2d144873 2,619 1.00/1.00 vMB 86
674,063 674,063 000000000000000000016bd1998a8e7340227d03cb8d014d3890dc76e7c09466 2,933 1.00/1.00 vMB 110
Previous 10 blocks ↓
Total Size: 782.82 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: 710.71 GB
    • Received: 17.08 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.