Loading Tool

Explorer IconExplorer

Memory Pool

74,758 transactions
27.62 vMB
0.07584649 BTC
Random Selection Loading Transactions
Max Size: 168.37/200 MB

Candidate Block

Mining Attempt 97752d47fa9fefa378d64f72a6a9ce6f9ee89da85b6cb4f1a99b26891ebe2fb9
Version 20000000
Previous Block 0000000000000000000117b22a8fd8211255c991b19b06ff4ae6e1473feaa1c2
Merkle Root 49233fc2a3031345549e1ff27fe830537b89f96728dcef4f3ab5b6020d7a5b71
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,242
Size: 1.00 vMB
Total Fees: 0.01693441 BTC
Feerates: 121.74 > 1.70 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,286 (280,647 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
634,639 634,639 0000000000000000001096e50a484f77713b37392082d396407646d84411d25f 888 0.43/1.00 vMB 15
634,638 634,638 0000000000000000000d7db17005b964a4ebb2828824ef176a3747699f8f63d2 238 0.08/1.00 vMB 27
634,637 634,637 0000000000000000000adf446538a85316729c14feb78b70adc373266bf49d6f 945 0.37/1.00 vMB 4
634,636 634,636 0000000000000000000ed917d845ed7146772905a97040d7213c2335d9d5e08c 2,214 1.00/1.00 vMB 21
634,635 634,635 000000000000000000036b67a7c8effaf37bc31898f74fcb76e362d261f5e9da 455 0.26/1.00 vMB 7
634,634 634,634 00000000000000000005b212711f3de449f8e739a34f045b913ff437abb8de32 2,510 0.77/1.00 vMB 15
634,633 634,633 000000000000000000000de054c4290ec362037e87a21ddc7896d90f26812a4d 1,488 0.47/1.00 vMB 19
634,632 634,632 000000000000000000137e06a4ee89ed67f05e198b9e35907c2d8025802cb7a3 754 0.26/1.00 vMB 13
634,631 634,631 00000000000000000009ce124e8df735b437df692483cce58078c4a154375afc 1,797 0.60/1.00 vMB 14
634,630 634,630 000000000000000000098b7ee1346e8a83dc54019fd8b7361bb067897b254b24 447 0.14/1.00 vMB 15
634,629 634,629 000000000000000000097dabae68551618af669399ea06c3309671a33955ced6 2,626 0.85/1.00 vMB 14
634,628 634,628 00000000000000000008aca09f5aa619fce3413d152658beb99615f20bcf0bb8 185 0.05/1.00 vMB 15
634,627 634,627 00000000000000000003da20a5207b3c280a228ef7cae91e59f6dd080c352071 973 0.34/1.00 vMB 16
634,626 634,626 000000000000000000137214b1359b87d7db8bba88f037582d8189c8d89b117e 214 0.08/1.00 vMB 22
634,625 634,625 000000000000000000077853d6e5393ec643e0269953059bc04795b122325034 1,107 0.38/1.00 vMB 15
634,624 634,624 00000000000000000013dd9548ed0b55590e9c47630e1062df62788ad35515cd 2,224 0.67/1.00 vMB 14
634,623 634,623 000000000000000000128d263beccf31f8e31bd8da22b0528d3cceff88b8f8c4 1,334 0.43/1.00 vMB 14
634,622 634,622 00000000000000000012fc772c84565bcb349246546b863a8c132b935faaef72 1,685 0.65/1.00 vMB 6
634,621 634,621 00000000000000000008808b2234732175969f40410b72ca872d0ae34a5dee2c 2,557 1.00/1.00 vMB 19
634,620 634,620 0000000000000000000b64526bf48c4d870229e89680b8c04d828a072df62b92 656 0.22/1.00 vMB 14
634,619 634,619 00000000000000000011c72e7ea168022c20e0f9be386e0654b54f8be1e9095d 462 0.15/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.89 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: 713.34 GB
    • Received: 17.35 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.