Loading Tool

Explorer IconExplorer

Memory Pool

79,484 transactions
29.52 vMB
0.09248012 BTC
Random Selection Loading Transactions
Max Size: 178.59/200 MB

Candidate Block

Mining Attempt e51466038c89608f146a339eb13a5b8c369413f26beb0fc72f420f2f2b737890
Version 20000000
Previous Block 0000000000000000000143f54c636fd580cc96e321febc4ce4dd319dbdcb21a3
Merkle Root 5f5d835c4685a1d715dab3f5d85bbbb99036ac8a2b2491b0621557b7b4c4db7f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,797
Size: 1.00 vMB
Total Fees: 0.03046399 BTC
Feerates: 301.60 > 3.05 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,093 (161,768 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
753,325 753,325 00000000000000000001f1707428a5a32cafdd61a3257e7bb71eb877bbe636d4 2,914 1.00/1.00 vMB 12
753,324 753,324 00000000000000000005f46e774b3683f7bb9d88652a275807aa2a3f36d43995 2,939 1.00/1.00 vMB 13
753,323 753,323 000000000000000000077858baee2eaf4472a28fb561685d5a77a8e1d9451625 2,978 1.00/1.00 vMB 10
753,322 753,322 00000000000000000008a618d3f99f2b3256d15ec978a7ecdd37852dc3022f6b 3,038 1.00/1.00 vMB 18
753,321 753,321 00000000000000000001c819bf9c62780c8fa256c9a1c7e4e9afe24e334543fd 3,858 1.00/1.00 vMB 17
753,320 753,320 000000000000000000060dc34fe8e3dbab7e6714a9ef64f110c60ed458d60084 2,916 1.00/1.00 vMB 27
753,319 753,319 0000000000000000000003b33043d972c0bedc53d83572fffa250431535741da 3,108 1.00/1.00 vMB 17
753,318 753,318 00000000000000000000815ac8c45c534e98ee87757970c334c154bc9a2d047d 2,066 1.00/1.00 vMB 15
753,317 753,317 00000000000000000006c4c42264cff089fcb2e2426d315845c3cee1b55374e3 900 1.00/1.00 vMB 14
753,316 753,316 000000000000000000041d9dea4668c58a49b9926d2c8d9dc4f2db55b81e6c09 1,374 1.00/1.00 vMB 17
753,315 753,315 00000000000000000004f34860a8c59d52c4472ec3798c16f394a699f5e6d8b6 3,102 1.00/1.00 vMB 12
753,314 753,314 000000000000000000075e650e6bdb40ff4fc0c9953f4c08cc4ffc112add4265 2,896 1.00/1.00 vMB 14
753,313 753,313 00000000000000000008c00c75cf27c43ba58981b5f73d128d91c6d00f00b776 2,546 1.00/1.00 vMB 17
753,312 753,312 000000000000000000017c985441bc45339d1693134618e7fac661ee2b88fc6e 826 0.31/1.00 vMB 12
753,311 753,311 00000000000000000008a91f0f4c181b53294eb802dc92be5fcca5a683febe42 822 0.95/1.00 vMB 2
753,310 753,310 0000000000000000000527b290ae5c1c2de96ba6d14c84ccdfb5573c5a262f4d 3,151 1.00/1.00 vMB 5
753,309 753,309 0000000000000000000386f61450b2923e08979201ec95f94e1afccb4c235c99 1,339 1.00/1.00 vMB 8
753,308 753,308 00000000000000000004e8006cca6e9edb933abc9e4a70e471f8b1ca6d2e02a4 2,400 1.00/1.00 vMB 14
753,307 753,307 00000000000000000004d91b64f3046d15a01f3c956328370d66a04db7423dec 2,360 1.00/1.00 vMB 18
753,306 753,306 0000000000000000000199e6cd07f591de64c592eeb4cf8d3a412a2ca6776407 2,870 1.00/1.00 vMB 15
753,305 753,305 00000000000000000005a9417ce1cda81fcdcb94bc3e78efbdd121181ff01548 3,061 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.56 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: 669.95 GB
    • Received: 15.79 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.