Loading Tool

Explorer IconExplorer

Memory Pool

40,180 transactions
26.43 vMB
0.05668678 BTC
Random Selection Loading Transactions
Max Size: 137.81/200 MB

Candidate Block

Mining Attempt 05fac115095424bbc1bc93310dd5f58d71c4443c705a53042f0731f7ad985f79
Version 20000000
Previous Block 00000000000000000000d4a518e70dcf6645c40c788678282cd7f9e240afc9e0
Merkle Root 23982f3d184efc763551b614a674c1faca8104eef3045028dbd390f5f91b63ed
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,353
Size: 1.00 vMB
Total Fees: 0.00816702 BTC
Feerates: 50.27 > 0.82 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,912 (370,344 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
544,551 544,551 0000000000000000000a3c21774c1ccfc011de6464366c4250726e3e0af2c5e1 3,103 1.00/1.00 vMB 24
544,550 544,550 00000000000000000006af99ef6f9984beb9405c48207fa6dd97b96d68db0309 2,326 1.00/1.00 vMB 27
544,549 544,549 00000000000000000010b24e918c00bc2caff896a01a75b19d19716dec3f5995 2,763 1.00/1.00 vMB 10
544,548 544,548 000000000000000000238f4e62b4132d8ba4b55e4f62f4bc48d0b732a780e35f 2,940 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.23 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: 655.02 GB
    • Received: 14.23 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.