Loading Tool

Explorer IconExplorer

Memory Pool

75,474 transactions
27.53 vMB
0.06576278 BTC
Random Selection Loading Transactions
Max Size: 168.72/200 MB

Candidate Block

Mining Attempt fe8b586e5fdf1a43297b35c7aa076b7fef153a34f1130c335459237020a4319a
Version 20000000
Previous Block 000000000000000000000c18148fdfef4d629c0717edfd345e01c977e0de589f
Merkle Root 0879a642b952a4973cdf01682a119581ed2e544b836a8b0f74f489198fcbc9f2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,544
Size: 1.00 vMB
Total Fees: 0.00702562 BTC
Feerates: 24.01 > 0.70 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,310 (443,885 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
471,425 471,425 00000000000000000192a9036b346a553435ff2ac2fc8a6497c6740b0f473539 2,518 1.00/1.00 vMB 394
471,424 471,424 0000000000000000001bf0ec22a788908a9ba7fcbbdb49bc1893b307ccef6566 1,607 1.00/1.00 vMB 258
471,423 471,423 0000000000000000013a319670e25f4ea166a27085caf629bb5fd571089f2f5d 2,915 1.00/1.00 vMB 434
471,422 471,422 00000000000000000178228899ad6ab531ee3e647457c7cd6d43d004425f7b06 2,047 1.00/1.00 vMB 355
471,421 471,421 000000000000000000c7c43ead61d1d31539d0986ad70388427ea607b6a4163a 2,212 1.00/1.00 vMB 392
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
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.59 GB
    • Received: 17.57 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.