Loading Tool

Explorer IconExplorer

Memory Pool

43,456 transactions
26.59 vMB
0.06383577 BTC
Random Selection Loading Transactions
Max Size: 139.84/200 MB

Candidate Block

Mining Attempt 919350031b23550be29075c6e99f6332137bebd7aaf3492c1101c9d65dfbf41a
Version 20000000
Previous Block 00000000000000000000474abf3fcf62d8e89483dbbfc4091cc0a57225296f17
Merkle Root fe6edfcf9a6909ee7f90bbf04fb744e252ec747e66213360bff9eeb9c835dec0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,509
Size: 1.00 vMB
Total Fees: 0.01507957 BTC
Feerates: 200.71 > 1.51 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,728 (347,155 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
567,573 567,573 0000000000000000001d3cce7487ad024deda1701f21da83b7e57e6779f8a2e4 1,841 0.75/1.00 vMB 19
567,572 567,572 0000000000000000002835efa491dd1374e80a3f4fc853f3d3e1d4958d0e4158 1,115 0.39/1.00 vMB 19
567,571 567,571 00000000000000000005cd41b3b08b05723b19ef68511c4cc7a0c689498c2f9a 1,503 0.87/1.00 vMB 12
567,570 567,570 0000000000000000002aa4e3f7cc32dc914fad48b89b552e82e83f373d92526b 2,255 1.00/1.00 vMB 17
567,569 567,569 00000000000000000007112472be4b36fbaf37bb4ef942f07749306bc6384264 635 0.23/1.00 vMB 8
567,568 567,568 000000000000000000097fa3056e692710ea8594f0024c1297f7facd6e13fdda 1,958 1.00/1.00 vMB 23
567,567 567,567 000000000000000000058c551b1860e2fd7afef73f75164407f2d636d21ad78a 3,021 0.87/1.00 vMB 22
567,566 567,566 00000000000000000026dbf22735793c555356fc70735b831247556fb331b773 1,036 0.48/1.00 vMB 7
567,565 567,565 0000000000000000002882d8ee46ff97502757d6d00b26f0dffa5eeda0965ee2 2,296 1.00/1.00 vMB 20
567,564 567,564 000000000000000000266363911a5b0f3a4b599de1d9dd14a87042c7a50ea1ee 271 0.12/1.00 vMB 14
567,563 567,563 000000000000000000037476a100824b62ca0cefa327b175d1f9e7f8d36ba6db 729 0.64/1.00 vMB 7
567,562 567,562 0000000000000000000e96c4f2dfe6fc0d38aa1e10f7e4a942edd36bef4c7f81 2,353 1.00/1.00 vMB 15
567,561 567,561 00000000000000000025bd91fae37c72480b3828fd4d56c33d766e620b40d58d 2,182 0.74/1.00 vMB 15
567,560 567,560 000000000000000000238363e8d2a1ece871b1916523b074d3891b18d9558c88 426 0.13/1.00 vMB 16
567,559 567,559 000000000000000000039ccbb3b54ae55935845f61b6f546aff7cb5b7b7104ad 1,751 0.69/1.00 vMB 11
567,558 567,558 000000000000000000179c8ceddcdc409c6dee8652241c6113c127182c4ab725 3,161 1.00/1.00 vMB 18
567,557 567,557 00000000000000000002e220b241a48b05bbe322ed027feb2a07ac5fe03730c4 1,849 0.58/1.00 vMB 16
567,556 567,556 00000000000000000019870ecb0d1840b0b92e8519ecf01d4df5d9cb90e9b5b1 2,094 0.85/1.00 vMB 21
567,555 567,555 0000000000000000000bbfa3ccbfbe2c060b3c4f5803a6b732aa22b34f77faf8 943 0.31/1.00 vMB 18
567,554 567,554 000000000000000000103d0dfa58842a2b5166a09d1c37bb6ae1a9ef061ce29f 3,408 1.00/1.00 vMB 18
567,553 567,553 000000000000000000066ab533531f04344e5855fb631548369ff43cf9c61e4f 2,021 0.73/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 781.91 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: 645.83 GB
    • Received: 12.78 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.