Loading Tool

Explorer IconExplorer

Memory Pool

44,545 transactions
27.26 vMB
0.10005760 BTC
Random Selection Loading Transactions
Max Size: 142.84/200 MB

Candidate Block

Mining Attempt 84986a81d6f24dcfed15924b2e1f6d3e415b4afc54d82888b1cfcbd8725ef5dd
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root 117bfd64f86cd4d165ba4e7222d23147f60ad559f82081a36430ec49ee7f79e9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,639
Size: 1.00 vMB
Total Fees: 0.04542961 BTC
Feerates: 151.16 > 4.55 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (126,039 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
788,830 788,830 000000000000000000036b363f7fa60b45f097b41a3364db6849a5fa2d89eb09 4,359 1.00/1.00 vMB 384
788,829 788,829 00000000000000000004bd9aeaeb416e42434d949e204765702759f6de25f27e 3,723 1.00/1.00 vMB 442
788,828 788,828 000000000000000000000e30177367c3feeac16046f7b32becc8ab4a032029c2 3,556 1.00/1.00 vMB 444
788,827 788,827 00000000000000000000125382620a19c900b3972c5114c9b3e1a597cbee8f6d 3,638 1.00/1.00 vMB 450
788,826 788,826 0000000000000000000249c4df03bb025f56798793908c878bc508d02c7c670f 4,101 1.00/1.00 vMB 465
788,825 788,825 00000000000000000000cf2ea1e717fdb02ec6bbeeff9d491f91f54d541e0c3d 4,591 1.00/1.00 vMB 321
788,824 788,824 000000000000000000057883f6a8d2c3aeb070fa47d4961202d8ee95e209a0e4 4,300 1.00/1.00 vMB 442
788,823 788,823 000000000000000000038d914e3713f7cf83f9d18dd7073c59bf76a382d99be6 4,315 1.00/1.00 vMB 366
788,822 788,822 000000000000000000037955218b7fb943820a79a9ca4a6297b6083e59638c9a 4,207 1.00/1.00 vMB 417
788,821 788,821 00000000000000000000f25f72c3695849a1a53fead161d2c217f74e38a202ea 3,675 1.00/1.00 vMB 384
788,820 788,820 000000000000000000052fb9984e5906c0ee970b53a9322141438a6e06c6d7f8 4,618 1.00/1.00 vMB 424
788,819 788,819 000000000000000000057416fb4ea57c2841d57d86168515b87ccd0dabbb27e4 4,635 1.00/1.00 vMB 468
788,818 788,818 00000000000000000003c52f4f90202af117f1e1eb1021e08919da5003d64c43 3,935 1.00/1.00 vMB 546
788,817 788,817 000000000000000000013c1917641e1786867fc1d56d952c831817a6cfe90b7b 3,308 1.00/1.00 vMB 606
788,816 788,816 00000000000000000003e501329bbcdec7a968527a9fd5274dbdd4134d04fb1e 3,301 1.00/1.00 vMB 583
788,815 788,815 00000000000000000003b7e94493b72aa791688a5b397467b757d8fb5699e7e8 4,712 1.00/1.00 vMB 440
788,814 788,814 0000000000000000000437f8cafb9100bb8e8c95a7a32209caf43676fe16a390 4,486 1.00/1.00 vMB 435
788,813 788,813 0000000000000000000365584f62fd7b83df660a8e2e0d5c0a7cbad2be431d21 4,155 1.00/1.00 vMB 556
788,812 788,812 00000000000000000002285407e220001a672e940ad50d9ecc13499c188250c0 4,046 1.00/1.00 vMB 589
788,811 788,811 00000000000000000005bddc4dda6b98d1aca3b2820e17a9325cfd5bb3f49c24 4,527 1.00/1.00 vMB 502
788,810 788,810 000000000000000000035d774a89f46fd7769a7ca52a2444d819abb993eabb82 3,686 1.00/1.00 vMB 615
Previous 10 blocks ↓
Total Size: 782.16 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.27 GB
    • Received: 13.85 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.