Loading Tool

Explorer IconExplorer

Memory Pool

49,920 transactions
21.51 vMB
0.08343624 BTC
Random Selection Loading Transactions
Max Size: 122.99/200 MB

Candidate Block

Mining Attempt c6db5a24bb79ddd2fa452e58e3a3bf99a9728bbff75b9d5d4575a75719806939
Version 20000000
Previous Block 000000000000000000006ea3e72bd5e696ffc57bed7c8271f2ae54a7ad737158
Merkle Root 52710ca5daa94493f9e9384845c48a52a843f7e4048f899c67061b3896710ef8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,841
Size: 1.00 vMB
Total Fees: 0.03683089 BTC
Feerates: 501.52 > 3.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,967 (782,507 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
131,460 131,460 00000000000003d818f583c17c8c853430713f63a6c05f6f87c4bc44d3214d21 111 0.05/1.00 vMB 429
131,459 131,459 00000000000007f10af5957b197e2156d8f92adec4bceefb3cfd8512ff8388c1 147 0.05/1.00 vMB 290
131,458 131,458 0000000000000dd6e7bb4316259aa825669a0e0af49e38be491a35214774669a 33 0.01/1.00 vMB 992
131,457 131,457 00000000000011bf8c1228e4c31912f808deec74346b1afcc8299a1c54042822 49 0.03/1.00 vMB 927
131,456 131,456 00000000000011fe9bd7211b74fb66dae1c8c092d0bda8585c38621da5263f91 93 0.05/1.00 vMB 602
131,455 131,455 0000000000000993097e2763c4c4d4b2404fa6fdfdbc3af126db8f1635e7f42a 154 0.09/1.00 vMB 372
131,454 131,454 00000000000002c5d0b7632f3bf368e061d8679aec9adadcc303b3250668dbea 70 0.02/1.00 vMB 212
131,453 131,453 00000000000000aa6b6342f91f135cdd41eb51aca3c010fda6419a9eafe55f1f 97 0.05/1.00 vMB 223
131,452 131,452 0000000000000d5c6dd69cf8786f0d6b11591fe53d5483bb2038372a3a63a48c 81 0.05/1.00 vMB 1,068
131,451 131,451 00000000000000a6d092c510e4e2dfaa889d1319e5f7e4fa48585bab4c317ecc 19 0.01/1.00 vMB 1,886
131,450 131,450 00000000000006ab69c249e74dc967267e8b27beadb2ec8812a2cd25479bb84b 52 0.02/1.00 vMB 824
131,449 131,449 0000000000000a96f1b3e3b9be200c3a206b91a5af65b1d20c2eb24b5de77f4d 50 0.03/1.00 vMB 878
131,448 131,448 00000000000009579c6e7f838f854dbfc6b5e1b80ea6d902d1ff1bb3f7f54adc 19 0.01/1.00 vMB 983
131,447 131,447 0000000000000246e0a8778f0ac6c3e42992a6eb0851c66d66997a9d79c91715 16 0.01/1.00 vMB 637
131,446 131,446 00000000000009087b723b06b7e7c50bfd07f36bfe888aae73dfd5bd999ab0b9 36 0.01/1.00 vMB 553
131,445 131,445 000000000000068bf04c7f879318a2579a066153737fa4e091a49e749248ba09 22 0.01/1.00 vMB 1,239
131,444 131,444 000000000000106f03f8ba51b01290a7894f650facedfc4010cf8d7062a135b4 119 0.03/1.00 vMB 284
131,443 131,443 0000000000000e6c0cf3406a653223dd3c47eeb0f0cf5a42e4278264851dd7ef 26 0.01/1.00 vMB 1,350
131,442 131,442 000000000000045a174cbadbc2919f46b5ab7dbbf8a277c605255558d6058c94 107 0.03/1.00 vMB 43
131,441 131,441 00000000000008386dfc7b35a87d9873ad8c975388759734106e82b917f83d8e 12 0.00/1.00 vMB 1,276
131,440 131,440 000000000000088c3d7e0380bf0d372d963aa989b2beb2a59fe528ae9c4cb226 63 0.04/1.00 vMB 794
Previous 10 blocks ↓
Total Size: 780.55 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: 536.55 GB
    • Received: 6.01 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.