Loading Tool

Explorer IconExplorer

Memory Pool

37,721 transactions
31.25 vMB
0.07105639 BTC
Random Selection Loading Transactions
Max Size: 155.07/200 MB

Candidate Block

Mining Attempt 8a76ec0ca3ff9c8ee1cb02e467e4867d5ad23dd82fdb275161479e3a83e17494
Version 20000000
Previous Block 00000000000000000000bb573d704512cc89ba03a0891c19e5bcbf0dcc392ed0
Merkle Root c354a74b24479b31e1826206df22afb7f6e4b8e09602e8556af4d4359cd1dbae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,526
Size: 1.00 vMB
Total Fees: 0.00702716 BTC
Feerates: 602.74 > 0.70 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,352 (815,825 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
98,527 98,527 000000000003e05aaa30d35e2269398b130712f60c314a35a3a7bfd01aeb5479 11 0.00/1.00 vMB 0
98,526 98,526 00000000000127f8ef1118ef485254fdf9b4747fc067b9a7feb3dd10240837dc 12 0.00/1.00 vMB 0
98,525 98,525 0000000000032b9487e17b54bc3cf79da82bbb7b4d7f3363c396771b8d802367 12 0.00/1.00 vMB 0
98,524 98,524 000000000004142d4ddbe44a0f9f2ff2637be4219c3fdf022bb3e787ff68050f 12 0.00/1.00 vMB 0
98,523 98,523 000000000003a07c66043dcd49595aea820852c8d3f05127fb316d742729a2ac 13 0.00/1.00 vMB 0
98,522 98,522 0000000000021b97a04fe4f657bd74127b2d58c62276395d27749ce33f6e476f 12 0.00/1.00 vMB 0
98,521 98,521 00000000000453928e2157d32dd8d80ef689fb3b40a7f957c02629eb412eacc2 4 0.00/1.00 vMB 247
98,520 98,520 0000000000027f806b9819fd62fb14fd25e4e93d26ade8f3c996f4e9daa81fcd 11 0.00/1.00 vMB 356
98,519 98,519 0000000000008a023c2d18b19540b15c01ea7567f1b6271a404c5276aa1b95bf 12 0.00/1.00 vMB 0
98,518 98,518 0000000000054d7287ec3ae4b5d0b0317c2e1d253e6353ee44e151e3d8f6357b 12 0.00/1.00 vMB 0
98,517 98,517 000000000004f7677d721d2ee198d6b2086c3b819b540c3b13af606b2361049a 12 0.00/1.00 vMB 0
98,516 98,516 00000000000164d02eec994637e02287c5e753d3248ca189f4b32fc293e5097a 12 0.00/1.00 vMB 0
98,515 98,515 0000000000012d33a9b51c3619af87cd2b04d0e853d8eb2b37fba01442436f5e 12 0.00/1.00 vMB 0
98,514 98,514 000000000002207b7e951c6896b777d66c2e5029e75f9668f01b6ba23d4d1970 13 0.00/1.00 vMB 0
98,513 98,513 000000000000b88d181ceb3ed422a66934ab2de40a13004d3a0d3f0a338900d7 12 0.00/1.00 vMB 0
98,512 98,512 000000000002d162d4ba6d11b8e1553c602029f34a6dc2059aa939838cf4cabc 12 0.00/1.00 vMB 0
98,511 98,511 0000000000054ce7ecea51995a2f789c4187d7dc965c57d4d6b3f436a3021df3 3 0.00/1.00 vMB 0
98,510 98,510 000000000002a1f19682c4a19d1fc9219e915eeb21f7aa3eaf065b5f079f5901 3 0.00/1.00 vMB 0
98,509 98,509 000000000004059710a83840decbd6ec671a111b1020246dd1b34fca9e254af4 1 0.00/1.00 vMB 0
98,508 98,508 000000000003e437ab68818c4ca465e161bd112956cd01637c44cee0c0e56eef 1 0.00/1.00 vMB 0
98,507 98,507 00000000000284953207252f19c33389ed9c97b8dd56e9ad2ef8f2167b5a6a61 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.22 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 588.18 GB
    • Received: 9.53 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.