Loading Tool

Explorer IconExplorer

Memory Pool

47,542 transactions
30.19 vMB
0.09540384 BTC
Random Selection Loading Transactions
Max Size: 160.77/200 MB

Candidate Block

Mining Attempt 20aaf8f04b0008aebae519e46fff7432ad74bbd0d9f4520f166cf77a25b928a4
Version 20000000
Previous Block 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0
Merkle Root 63c7178d056d4632b3332eceaf40da74513c5283d60caa4793b3400d9cd457d1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,899
Size: 1.00 vMB
Total Fees: 0.03479387 BTC
Feerates: 150.97 > 3.49 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,852 (126,027 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
788,809 788,809 00000000000000000003bd977a4ea6978a47d9a88e9adf8be244bc60ed7cd793 4,423 1.00/1.00 vMB 474
788,808 788,808 00000000000000000001c6a12742947960dd0780df69888ecff327336cd90453 3,788 1.00/1.00 vMB 577
788,807 788,807 00000000000000000000f99758df6d2d29953344b4c52749f4b5d8442b4f5b36 4,431 1.00/1.00 vMB 434
788,806 788,806 00000000000000000001081dd49ade1108f0b5415605249804a0a95a8e63a3f6 3,385 1.00/1.00 vMB 645
788,805 788,805 000000000000000000039dba150465f0b9d97994db6d417e996e1516250d89e3 4,620 1.00/1.00 vMB 392
Previous 10 blocks ↓
Total Size: 782.13 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: 652.39 GB
    • Received: 13.76 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.