Loading Tool

Explorer IconExplorer

Memory Pool

75,640 transactions
28.06 vMB
0.08631986 BTC
Random Selection Loading Transactions
Max Size: 170.37/200 MB

Candidate Block

Mining Attempt 981485823c1eae7d1ee62147e236916f27926916c77a5ee1c0bf4f13387bc8db
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root e511a6fb10797734c6a7970a4a829950112e11aa0691395ca8b473f09a7f4fa6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,896
Size: 1.00 vMB
Total Fees: 0.02596324 BTC
Feerates: 402.60 > 2.60 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (443,891 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
471,420 471,420 0000000000000000007c2a42eb873ca3e2be39912c0e4a4c3187e87cfa0541b6 789 1.00/1.00 vMB 99
471,419 471,419 000000000000000000d93283250826aaa04311e2cad2946f6e5d28939565f9b2 1,799 1.00/1.00 vMB 204
471,418 471,418 00000000000000000184c7b087c37a7bf51a265e5e3cfc16bfce1cffbfdaa1a1 2,080 1.00/1.00 vMB 350
471,417 471,417 0000000000000000018e0c1dd9ab3e1551d31a183bfbef1a621a2b209dc45494 2,693 1.00/1.00 vMB 415
471,416 471,416 0000000000000000009c609531af616ff5821fed870461cba4265b67f794b5e0 785 1.00/1.00 vMB 123
471,415 471,415 0000000000000000012467d56d41ca7f6ab3f7abe5f807592c81f4c30023a830 2,580 1.00/1.00 vMB 347
471,414 471,414 000000000000000000c151b36d79f10bcf00bacfe7494dc8444e252ba9fed831 1,904 1.00/1.00 vMB 246
471,413 471,413 0000000000000000000dae23fcc34ac4c14be66e2ae1eb8c4ff745c3242f41ef 2,427 1.00/1.00 vMB 328
471,412 471,412 000000000000000001036702de2429098455f51852af0890e2c5c464dbd48642 1,751 1.00/1.00 vMB 193
471,411 471,411 000000000000000001280b2712a2f7286be55a8e73d0f3c33f1c2f0baf9f3489 817 0.99/1.00 vMB 211
471,410 471,410 0000000000000000011beacb23e80c66e8f66214587ac948503284f373a888a9 1,038 1.00/1.00 vMB 221
471,409 471,409 000000000000000000d1b095a82902e4c0554e0bbad5bd7a06b299acc82e25a4 1,225 1.00/1.00 vMB 244
471,408 471,408 0000000000000000006546233c4f234d3fbb3038a5a8f7657c836139c1063b94 2,445 1.00/1.00 vMB 371
471,407 471,407 0000000000000000002e0b5401e7a6716a51c76f361546f4b547d7f9a8678ce4 2,390 1.00/1.00 vMB 105
471,406 471,406 0000000000000000001be2ee7df723633678ae017b6190a57a07e81520c52f40 2,331 1.00/1.00 vMB 172
471,405 471,405 0000000000000000017dcf9da75101b730e8ca187ff50f773fd5d6f38138a4ae 1,574 1.00/1.00 vMB 290
471,404 471,404 0000000000000000002c47ce9dac85dfc0970eda76203e958015920e5ba0b8b2 2,209 1.00/1.00 vMB 236
471,403 471,403 0000000000000000009440b0a0300d32ddc1389f08429f95603cf49979b44deb 2,070 1.00/1.00 vMB 344
471,402 471,402 00000000000000000018ae20591130b221988de1462564a81b4a70af3bff3c9b 2,504 1.00/1.00 vMB 424
471,401 471,401 0000000000000000000a2922fc2425d272020d51678cf5a3e845d3c8d3bd9393 2,405 1.00/1.00 vMB 303
471,400 471,400 0000000000000000004bada05f780bdf906eb41fc8c7a9d8317a59dbbf96aedb 2,060 1.00/1.00 vMB 173
Previous 10 blocks ↓
Total Size: 782.93 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: 714.69 GB
    • Received: 17.58 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.