Loading Tool

Explorer IconExplorer

Memory Pool

39,982 transactions
27.16 vMB
0.05758293 BTC
Random Selection Loading Transactions
Max Size: 142.04/200 MB

Candidate Block

Mining Attempt 238f3e93127e09f01f7b9e38e66f7d42fafd7f80e7468f989e6dd607a80f4d3d
Version 20000000
Previous Block 00000000000000000000245eed505a538a5d305de614b12adbe4c5ba2b15f80a
Merkle Root c5341f9c648cf7264fe192513568e3b4953c52e83f5258d62f07ad1c474e350f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,397
Size: 1.00 vMB
Total Fees: 0.00719723 BTC
Feerates: 69.10 > 0.72 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,863 (414,530 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
500,333 500,333 0000000000000000007a055f8f420ea47d29636d6419907978cdab76ce0385a2 2,965 1.00/1.00 vMB 880
500,332 500,332 0000000000000000004b365c4744e2dde370fb95272b2b065f9abedbc95e432d 2,910 1.00/1.00 vMB 877
500,331 500,331 0000000000000000000ba094716f029cc614c946e53c2468282d24f3f204e829 2,532 1.00/1.00 vMB 899
500,330 500,330 0000000000000000002db2f50c8c19df280473a1ccd8a71485a8b8488b91f739 3,123 1.00/1.00 vMB 831
500,329 500,329 0000000000000000003a8d07810067b03dfacb992c06d15dd6bed2456f00d2b2 2,981 1.00/1.00 vMB 714
500,328 500,328 00000000000000000023e5a66f5524f426fac72645de28c5ee6676d9da188038 2,616 1.00/1.00 vMB 714
500,327 500,327 0000000000000000003a637bd04498c6d617ae658ee787a4e4387f086075ea34 3,092 1.00/1.00 vMB 772
500,326 500,326 0000000000000000006ba611b89da25e3c5f70e002a8150166101dae8bffdb11 2,699 1.00/1.00 vMB 931
500,325 500,325 0000000000000000007b4fd4cabb0d02d3bdccd9983fc370f5f31eab7faa98fb 3,028 1.00/1.00 vMB 771
500,324 500,324 000000000000000000263223a39876ff8d23c659a018e824aba0fa9b28be3d2a 2,733 1.00/1.00 vMB 833
500,323 500,323 0000000000000000001cc26e84d1181071239ada9508f512533d397c147e5450 2,451 1.00/1.00 vMB 834
500,322 500,322 00000000000000000036b9b18ca9434ae09d39f7487bcb8aa91fc3002f984d45 2,364 1.00/1.00 vMB 932
500,321 500,321 0000000000000000005eee606b85a1d59f5181fb7112ce48a2af45c2ec2c9e25 2,781 1.00/1.00 vMB 926
500,320 500,320 0000000000000000002be1a2842d7f8a0556da7ee8c9dab506b985690dafc4df 3,160 1.00/1.00 vMB 798
500,319 500,319 0000000000000000005b0cafa925fef64ca2e7f4170feeac9eb5b5a499fdae19 3,366 1.00/1.00 vMB 788
500,318 500,318 00000000000000000088a10e94c1d002f63a3c10b442702cc861681b85b570a0 2,889 1.00/1.00 vMB 853
500,317 500,317 00000000000000000084eb1cf3a03978fb8d5c0f1bd5b2f6157410886be8a849 3,147 1.00/1.00 vMB 734
500,316 500,316 0000000000000000000c252cb2c045549830fcc1062961394123bc4090f131fb 3,275 1.00/1.00 vMB 770
500,315 500,315 0000000000000000000d401354ca00d07267215fed2e5e936ae89335125b06e8 2,458 1.00/1.00 vMB 828
500,314 500,314 0000000000000000005a552d00266b24962fe9f05f5ef552d4daf0ef9af4a6bd 2,212 1.00/1.00 vMB 804
500,313 500,313 000000000000000000282ac9977c3d103a3c6bd873b1f7744e8d42b83239baa6 2,202 1.00/1.00 vMB 951
Previous 10 blocks ↓
Total Size: 782.15 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: 652.93 GB
    • Received: 13.81 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.