Loading Tool

Explorer IconExplorer

Memory Pool

76,722 transactions
30.62 vMB
0.13252954 BTC
Random Selection Loading Transactions
Max Size: 176.16/200 MB

Candidate Block

Mining Attempt 43d5fc0ff06938fe2de9eb6f4bce67c9450f19de68d45272e5613ad7853cc50d
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 78ddd9d7f4ec6a029a94229de4917c32bb49d90a9805d3064a2508cbe4d4bf5e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,284
Size: 1.00 vMB
Total Fees: 0.04812297 BTC
Feerates: 150.36 > 4.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (370,480 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
544,572 544,572 000000000000000000126791ed7ae8dc096fa70fc29802f44901c2cc04f11381 2,525 1.00/1.00 vMB 30
544,571 544,571 0000000000000000000b0f4bcf4822468414f789a2e140cf2553c2f0d82ef88c 2,507 1.00/1.00 vMB 10
544,570 544,570 00000000000000000017c5d454e704bf5c6709bf4171925c590ac1f3ed56da08 3,019 1.00/1.00 vMB 45
544,569 544,569 000000000000000000053124ca4bbbde33fd7490ed3e3a1193a7c9b6f54067a4 795 0.29/1.00 vMB 19
544,568 544,568 0000000000000000002011616a0a778a39256699374077763624d200683f2093 46 0.01/1.00 vMB 20
544,567 544,567 00000000000000000010158781ca01b5b03ce3252cad3a403d2a7b08609f6adf 627 0.42/1.00 vMB 6
544,566 544,566 000000000000000000157941f650f424fa7487f4662992ff94006aeb26ddb87a 2,559 1.00/1.00 vMB 25
544,565 544,565 000000000000000000116649d339fb820a4c829c8b6e41dcff8d5d3a9f427c77 857 0.51/1.00 vMB 12
544,564 544,564 0000000000000000000e290a6f59bc9e4543bee5c2bf8ab55dc8f884e7b04cf2 2,252 1.00/1.00 vMB 22
544,563 544,563 0000000000000000000d22c4ca825ebdfa675b1b830ae337a30c5c542682f07d 1,067 0.47/1.00 vMB 21
544,562 544,562 0000000000000000000baf5240d678ca97cfe45f1aadd88c5cb32d5526cb32b3 1,530 0.78/1.00 vMB 16
544,561 544,561 00000000000000000001e36e7e6d7796ae6674eca53909a914cbcdb48834f47c 1,496 1.00/1.00 vMB 22
544,560 544,560 00000000000000000011388651e56ee80135b7aedd78d4d4a15e10e61b1afbf3 1,578 0.96/1.00 vMB 8
544,559 544,559 0000000000000000000ca1302c24508172a7e5b10a09e1992e22da6f8b544260 877 1.00/1.00 vMB 4
544,558 544,558 0000000000000000001613da48ef0b77b207d0c69118250afe15ea57d7434c7d 1,662 1.00/1.00 vMB 18
544,557 544,557 0000000000000000001dddf95bc241bf769ee6d50e56fbb42edc6c3aacf41240 1,945 1.00/1.00 vMB 25
544,556 544,556 000000000000000000011714344c37eaae26534aceb4b72decc24de72be74532 1,719 1.00/1.00 vMB 5
544,555 544,555 000000000000000000045bcfca4d80bcc0092eb3d395a4345dcb2063af8ca40e 1,214 0.68/1.00 vMB 13
544,554 544,554 00000000000000000016b5ccc6fb2c0384c35c3545e3de6fbd5dfcb6e7b07d7f 1,077 1.00/1.00 vMB 13
544,553 544,553 00000000000000000012d916da51a1ba3a7e0b5394b5b7a0e0731459cd8c920e 333 1.00/1.00 vMB 3
544,552 544,552 0000000000000000000fb1f9ecf183a94484a399b88be3ec926ae3ebc09ffe88 3,024 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.48 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: 668.22 GB
    • Received: 15.43 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.