Loading Tool

Explorer IconExplorer

Memory Pool

81,215 transactions
30.34 vMB
0.07762923 BTC
Random Selection Loading Transactions
Max Size: 186.07/200 MB

Candidate Block

Mining Attempt 2d172d8ccaf44d81dbb7c0381b47f42fc39b8c65e1118b325faa776e86fc17da
Version 20000000
Previous Block 0000000000000000000116eb891d68bf2fdad711435d1f341894a942ec650942
Merkle Root f5ffa30edcac8bd866b5f0675bea6235ce2f2c003a196ec2b459637bfcbfaaac
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,601
Size: 1.00 vMB
Total Fees: 0.00982060 BTC
Feerates: 60.11 > 0.98 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,360 (139,978 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
775,382 775,382 00000000000000000003d16d423896cd2fea6e4e66fda2f6497877f706bd3c2b 1,130 1.00/1.00 vMB 13
775,381 775,381 0000000000000000000103da8a7676e59d664861b6060e4ded961cd6fc0bf87c 1,603 1.00/1.00 vMB 9
775,380 775,380 00000000000000000001d6ae8c3fb9853c61a24c020c88562ea6e40a9e50040b 1,659 1.00/1.00 vMB 10
775,379 775,379 00000000000000000002d31194b6ffa7d1fd09e827ff8b197d4e66798b2fee1e 1,344 1.00/1.00 vMB 15
775,378 775,378 0000000000000000000417dd9005806c466531c2733a3bc2d3f6e6feec18316a 2,111 1.00/1.00 vMB 14
775,377 775,377 0000000000000000000350d1027bbb135d9720c2e786f3acd2f28a55b988925d 1,498 1.00/1.00 vMB 17
775,376 775,376 000000000000000000011ed953eb35114d7f25fa5b6b3053771718603cb2ac1c 809 1.00/1.00 vMB 15
775,375 775,375 0000000000000000000264d68d8a19c7aa4b56a3d496b09e3783238163df9590 1,265 1.00/1.00 vMB 17
775,374 775,374 00000000000000000001674de2543ee8dc0147df0b7012b1a26e71795ccf77cc 1,740 1.00/1.00 vMB 27
775,373 775,373 000000000000000000035ae8a242c65132a15f18a3f2b2c27cb071ce1cc93709 446 1.00/1.00 vMB 14
775,372 775,372 00000000000000000002bc4b5bcacc613ebbb6cda27a14481865298765b6fcc2 1,276 1.00/1.00 vMB 21
775,371 775,371 00000000000000000002f1d0f205a678a15aabba2639e922beea5607b2931fff 1,242 1.00/1.00 vMB 21
775,370 775,370 00000000000000000003135ff4f309f1af30545f2333352163861e2291034b6a 1,376 1.00/1.00 vMB 17
775,369 775,369 00000000000000000005e742509537b60575f82d12d965d1f0ea48528e9b6caa 2,985 1.00/1.00 vMB 24
775,368 775,368 00000000000000000005ebc5e0bf314d91714f2728d82604817ab9f765fe483d 1,502 1.00/1.00 vMB 21
775,367 775,367 00000000000000000003ec06cffb87e5ccf182e1845c4f33c79bd2fc73db83dd 2,527 1.00/1.00 vMB 20
775,366 775,366 00000000000000000003c00dea4e2f8f6ad81fa9b1e1b219d81deb3551ed88a8 1,219 1.00/1.00 vMB 15
775,365 775,365 00000000000000000006bbedfaaa8246ecf3d6579134b0309eb34665eb913b96 3,393 1.00/1.00 vMB 20
775,364 775,364 0000000000000000000120663e9944b1aa960e293960a9b995077aaf21147004 2,694 1.00/1.00 vMB 35
775,363 775,363 00000000000000000004179b1d30b3cf957dce3875413fa110dab2c92bba7d27 1,552 1.00/1.00 vMB 7
775,362 775,362 0000000000000000000009999cab7b0e85f8639912c6ed589b0b48111af1c967 2,154 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 783.01 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: 718.94 GB
    • Received: 18.00 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.