Loading Tool

Explorer IconExplorer

Memory Pool

89,834 transactions
33.20 vMB
0.15299534 BTC
Random Selection Loading Transactions
Max Size: 199.94/200 MB

Candidate Block

Mining Attempt e25d7e73a50d05e5f091326793a67536c2754dddec9b527dc35d7134a0acfce8
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root 59355c84391f221ef504f31a38de1367f551adc2b4cd2e5a64f7205bbc9b84e9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,881
Size: 1.00 vMB
Total Fees: 0.05936707 BTC
Feerates: 627.82 > 5.95 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (161,745 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
753,327 753,327 000000000000000000066ee88d077844a059c9b2f92c3e6cc003ebf504a3b258 2,610 1.00/1.00 vMB 3
753,326 753,326 0000000000000000000416de4cf687987a4a2da152be83ca8b9729c3ae2afa4f 3,060 1.00/1.00 vMB 14
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
Previous 10 blocks ↓
Total Size: 782.52 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: 668.90 GB
    • Received: 15.62 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.