Loading Tool

Explorer IconExplorer

Memory Pool

44,948 transactions
27.24 vMB
0.06789745 BTC
Random Selection Loading Transactions
Max Size: 143.11/200 MB

Candidate Block

Mining Attempt 950d52b623826ce42d74d507bb72486cf6c125a88ba7948933ca451feea31480
Version 20000000
Previous Block 00000000000000000000b4188af0ccd9466ef1de1996e2359e537cb492551e73
Merkle Root bbdec7015a34d42440c132265e433dd1faaefda57d529ef2da4d8b55daf8d4d4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,590
Size: 1.00 vMB
Total Fees: 0.01659778 BTC
Feerates: 100.00 > 1.66 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,890 (855,969 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
58,921 58,921 0000000003b121385e5cce8c695f44844e9604e703c8d408538a8082f9a9c8aa 1 0.00/1.00 vMB 0
58,920 58,920 000000000131e6477997bca0d63c5cfb91b11378e6acdc2a7e096e1f5d17a74a 1 0.00/1.00 vMB 0
58,919 58,919 0000000003d4cd07f86bbd31be03922ce6b0543aa2e28b52a31cf1e75fbe814d 2 0.00/1.00 vMB 0
58,918 58,918 0000000009b6c26e7254c17ce6ddb55b453d81e97c96ff9151bdad04ef4405a5 2 0.00/1.00 vMB 0
58,917 58,917 0000000006302e4bebc40c4ecf379fc10f744a92716484948db16a42e5a1dae5 2 0.00/1.00 vMB 0
58,916 58,916 00000000085381ad2653694221c0965fad941b7b6ade5b339d4d3035c25c6f3e 1 0.00/1.00 vMB 0
58,915 58,915 000000000321c70a95618bd8c94e4978d9d6427e4ce217d5b98cd1b39a7df443 1 0.00/1.00 vMB 0
58,914 58,914 000000000d38d129cfbb514d061566751ef8e60cdbf6d88e8436c337b1f51fb4 3 0.00/1.00 vMB 0
58,913 58,913 000000000ed95445232320c4b8342e63c6d7970c808fbbe79bc1375dbfbaf898 2 0.00/1.00 vMB 0
58,912 58,912 0000000003169af48e431bb6bc68ae9914615f66a2bf2641616538259d720d82 2 0.00/1.00 vMB 0
58,911 58,911 000000000547c6541c1200d170805c1f0bd316d2f45de4e323e8edb14dd4da23 1 0.00/1.00 vMB 0
58,910 58,910 00000000053f5e903ac8e48f44d0875ec243a0414541ae5c3a1790883d8643a8 1 0.00/1.00 vMB 0
58,909 58,909 00000000016a855eeb112657f0e511b03f6bfbbf9fba763e9caaf72a6806200f 1 0.00/1.00 vMB 0
58,908 58,908 0000000008a2a6fba28437c78b71313b2422a397c32d350c40bf6df1f119268a 3 0.00/1.00 vMB 0
58,907 58,907 0000000004596e8c6129183fd923c2a76c893df20c4fcfdd5dfdb25e1ef51778 1 0.00/1.00 vMB 0
58,906 58,906 0000000003893cc72fb6b6bf4b8f8c6d99791ddd9b894ba8bc2475ddfb506042 1 0.00/1.00 vMB 0
58,905 58,905 000000000803486bd9951f0205f150f611ea8d144f190c6967dbfdd7f5c2c536 1 0.00/1.00 vMB 0
58,904 58,904 0000000001254b23f59170aae15f7c88dcec635bf457c600c0a180e9bf8d7ae2 1 0.00/1.00 vMB 0
58,903 58,903 00000000033653be591808e38bdd43b7d098c0ac36b137bf3f081415c743e9ee 1 0.00/1.00 vMB 0
58,902 58,902 0000000002045ed06613fa7531341c4346464a8a095c595898a2920b64cfa4ed 1 0.00/1.00 vMB 0
58,901 58,901 0000000008364f1a6270499c0a15cf3ac38855e09b40d50308b5fd11f26007ce 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.19 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.77 GB
    • Received: 14.05 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.