Loading Tool

Explorer IconExplorer

Memory Pool

78,091 transactions
29.05 vMB
0.07978428 BTC
Random Selection Loading Transactions
Max Size: 175.79/200 MB

Candidate Block

Mining Attempt 29c3cfaca278016156369f2849fd08139bea1adbc980f454946ebb78b7b5dc38
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root 20bc5183cd4008b219c6b8fbb4b01ef8b1fdba79d812f3e21ae193e2911573cf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,949
Size: 1.00 vMB
Total Fees: 0.01899973 BTC
Feerates: 178.73 > 1.90 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (458,899 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
456,263 456,263 0000000000000000015f9faaebd207848d6a745bd5a399f4df4f1ec50b1da871 1,676 1.00/1.00 vMB 242
456,262 456,262 00000000000000000244c5c6f2c8a03739a09f13589ec7d50e84acabd17698d0 962 1.00/1.00 vMB 72
456,261 456,261 00000000000000000025da15ab669b2d0b5154c5e1180062658ca501375205bf 1,957 1.00/1.00 vMB 121
456,260 456,260 00000000000000000050590179379dc258b4666e7c1e5c2750f87ffc70319d12 1,260 1.00/1.00 vMB 98
456,259 456,259 000000000000000001697b2839d457d959729f2afdd6d9e87825e63f91cd90c4 1,764 1.00/1.00 vMB 126
456,258 456,258 000000000000000002062f9b05db7af3dae6f3900f048aac7e2ff3ce86c715dd 1,822 1.00/1.00 vMB 148
456,257 456,257 000000000000000001f87532a0f3ef7281582c64325ffb58950d9c770a9c183b 2,391 1.00/1.00 vMB 178
456,256 456,256 000000000000000000a02333e530a83bbd9e7f488a12773d1ab46464345f9a31 2,679 1.00/1.00 vMB 209
456,255 456,255 0000000000000000020e8fc67b0686e93fa8a0d88a082a4050449bae8cf70111 1,891 1.00/1.00 vMB 97
456,254 456,254 000000000000000001eaaaf3a5eb513b55faff10331100b7f103db2fb78d2092 1,200 1.00/1.00 vMB 112
456,253 456,253 0000000000000000008cea393696450f795c548d65f8fbe93e35aeee51b40a6d 1,467 1.00/1.00 vMB 94
456,252 456,252 00000000000000000150bcf721957ffc32e95b003c9ac4dd08e04cc19e09186d 2,124 1.00/1.00 vMB 118
456,251 456,251 00000000000000000203d68274cca8865223dbdf33a826b818125e5e1cde7b4d 2,306 1.00/1.00 vMB 141
456,250 456,250 00000000000000000129b8a04164de52b807358044d8c549d02da98dd52e8230 2,376 1.00/1.00 vMB 180
456,249 456,249 0000000000000000018898565b878dbfeedae64e67679d02b64d06420e062f7c 3,072 1.00/1.00 vMB 214
456,248 456,248 00000000000000000030e729fdb1b6aa54d5ae6b070db90f117e84be9ac34b9a 2,056 1.00/1.00 vMB 114
456,247 456,247 00000000000000000168df9db888bcda45d9df88cb8debc40425ff2cd629da6b 1,669 1.00/1.00 vMB 111
456,246 456,246 0000000000000000019d1ab2f50cbc7d8c34aa55078df517b130e8a36046db02 2,287 1.00/1.00 vMB 113
456,245 456,245 000000000000000000086c21b39fa9ecd7c2e795be2f18150ad649d2f4304b9e 2,360 1.00/1.00 vMB 122
456,244 456,244 0000000000000000010edcbe6fbb7d4d832b55d78e8a8d94c058fd3de4cafd59 1,597 1.00/1.00 vMB 151
456,243 456,243 00000000000000000005c69d73976996ed593d6dbe98f6e49a50143ffa2e597b 2,184 1.00/1.00 vMB 215
Previous 10 blocks ↓
Total Size: 782.68 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: 677.39 GB
    • Received: 16.44 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.