Loading Tool

Explorer IconExplorer

Memory Pool

47,084 transactions
27.91 vMB
0.12934160 BTC
Random Selection Loading Transactions
Max Size: 146.39/200 MB

Candidate Block

Mining Attempt 1f9377075f2ca313ef87afa2f3bd925050accbfe3a30bac2f7de74d694cc0a21
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 5681b61e8128dc141128e564008f3b401a7723f112af8604ded5813d902d4c78
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,557
Size: 1.00 vMB
Total Fees: 0.05809435 BTC
Feerates: 151.01 > 5.82 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (381,553 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
533,323 533,323 00000000000000000018c5dd781806ed83d8c798bc4565d20778f272a44295d6 1,384 1.00/1.00 vMB 11
533,322 533,322 00000000000000000034d1b61a991466e2a1ad00305141b2bf7802cbd8b8ad6d 2,890 1.00/1.00 vMB 22
533,321 533,321 0000000000000000001fda2c21d930172a14c977186320fd48520a7c6ec4f4a9 2,554 1.00/1.00 vMB 31
533,320 533,320 000000000000000000243eccf1f18a1173727b93ac1d3682f388c8da9eb4de8d 1,420 1.00/1.00 vMB 13
533,319 533,319 000000000000000000071792596ae3ed49230c6c0e3bd6dad409fe94cc15347e 85 1.00/1.00 vMB 1
533,318 533,318 00000000000000000000eb6240e8213f5b0a665843cfdebf00288508e2bb0437 1,227 1.00/1.00 vMB 19
533,317 533,317 00000000000000000011ef5e88ec8a8c4e81a053c338044fd6e64878702c9326 1,026 1.00/1.00 vMB 11
533,316 533,316 0000000000000000001d28d29364a5f9a892d2062667079c686f4a50cd33eb4b 1,258 1.00/1.00 vMB 10
533,315 533,315 00000000000000000015f4de3472f40a1fd0d5d51d157f30f59278dabe754f78 557 1.00/1.00 vMB 17
533,314 533,314 000000000000000000269a367338453f42ea47e4a8ff4e5862e4de136fb3238d 192 1.00/1.00 vMB 1
533,313 533,313 00000000000000000001a3659657b2917b457e5cf85b5601c14488c171d232de 1,920 1.00/1.00 vMB 12
533,312 533,312 00000000000000000010b3f9e6dc499a60b8d7be1be741560bfc950bd090d85c 2,713 1.00/1.00 vMB 17
533,311 533,311 0000000000000000000f4797622057762ce72f153285f6e7f4cc5f2c7b84eaad 2,615 1.00/1.00 vMB 27
533,310 533,310 0000000000000000001c906cfe67a0ddac76582344363e267dc6c0ce20269ce9 2,225 0.91/1.00 vMB 22
533,309 533,309 0000000000000000000f2c98ac713f6aec46fa9a4beb514a30b07598ad912436 2,518 1.00/1.00 vMB 45
533,308 533,308 00000000000000000011ff72109a41507c5eb3ca7e6ad93b507e4549dbf54794 2,582 1.00/1.00 vMB 17
533,307 533,307 00000000000000000035e0e184b93417b30c3584ee96e075a7a24d347a48e6bd 2,969 1.00/1.00 vMB 23
533,306 533,306 0000000000000000001d974d158909d9044c215bf9da7a18366dbe283cee2516 2,889 1.00/1.00 vMB 18
533,305 533,305 00000000000000000027ab8e5daf1c8b4a47438f9836ff0321dadc7b19e7a5ed 2,849 1.00/1.00 vMB 30
533,304 533,304 00000000000000000018af0424532d943254ee2afa99bd6cd4232cb5d206a0c5 2,594 1.00/1.00 vMB 74
533,303 533,303 000000000000000000020819fb9c88c7a502ac7be2f3ef2e9f0037e57a8a7519 1,597 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.17 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: 653.51 GB
    • Received: 13.91 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.