Loading Tool

Explorer IconExplorer

Memory Pool

78,479 transactions
29.50 vMB
0.07570805 BTC
Random Selection Loading Transactions
Max Size: 177.64/200 MB

Candidate Block

Mining Attempt a009beca6cb71ef713c4c380df17b7b70d56dba59c0f6aa354cfeaa8729f0546
Version 20000000
Previous Block 000000000000000000008c4f55cac0d52e0fdb45c8112180d17dfee14c20cda0
Merkle Root 2eb9c5eb03b3e7ef6a958843239ea66c68ee222f822c0631bdb1aea5a6f8c7cd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,874
Size: 1.00 vMB
Total Fees: 0.01372846 BTC
Feerates: 40.26 > 1.38 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,107 (189,514 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
725,593 725,593 0000000000000000000311c3b5633a8146f7a9798f61d1c789063d718afb772e 2,445 1.00/1.00 vMB 27
725,592 725,592 000000000000000000018931fe1328f524a5b7db7d06ecae9c7e860d4b710154 3,331 1.00/1.00 vMB 33
725,591 725,591 00000000000000000003bb64aced4340911388feff559f4c565f496a144d628e 2,451 1.00/1.00 vMB 15
725,590 725,590 00000000000000000003d925aba99459584ac26b7a8df8fc4a3ae55146e28cfb 2,677 1.00/1.00 vMB 32
725,589 725,589 000000000000000000040c4296fb04fce0b6201ed86d25ccc5fdd19f89a0b023 2,583 1.00/1.00 vMB 35
725,588 725,588 00000000000000000000fe8549b1b05634167b31b1808a689e84e7d323757d39 2,125 1.00/1.00 vMB 20
725,587 725,587 00000000000000000008b55bcb8888808bf5a433eff9c7d2cb662b9c691c0a07 1,458 1.00/1.00 vMB 28
725,586 725,586 00000000000000000005958aeeb83cf1941df3f374d6764b7549b251a415e5a1 2,949 1.00/1.00 vMB 26
725,585 725,585 0000000000000000000339f98fb30ea6068f2f4141ddddc546de55a3627a8190 3,549 1.00/1.00 vMB 32
725,584 725,584 00000000000000000007665e42cbadac7e8303136406d0228086de4869a3d1ab 613 1.00/1.00 vMB 4
725,583 725,583 0000000000000000000176580662456d2d82ee9be5295ca0e6b7e835501655c0 344 1.00/1.00 vMB 1
725,582 725,582 00000000000000000006722e7bfdf31a8e8856f19edb8cde5e7f81ae5220b871 2,696 1.00/1.00 vMB 9
725,581 725,581 000000000000000000045e0d0c51b1bae3c172f74c331a7cfc073111c05f932d 3,051 1.00/1.00 vMB 27
725,580 725,580 00000000000000000006db8b5e7f6356beb284367d72e6de03883ebd2e196730 2,581 1.00/1.00 vMB 15
725,579 725,579 0000000000000000000336692233175a398c5949a5cb4148ff180ae03f593d03 2,388 1.00/1.00 vMB 17
725,578 725,578 00000000000000000005b5f8a8acef94de1f416b7e95f76dfce593f83fa6bdd6 2,435 1.00/1.00 vMB 45
725,577 725,577 00000000000000000006dc86fa085e32ab8460811b918b9ca4b8ed80eae09b7b 1,879 1.00/1.00 vMB 32
725,576 725,576 00000000000000000007d607852506b25c32ad2d6263c9bdf50d8347b1e60093 949 1.00/1.00 vMB 5
725,575 725,575 000000000000000000026f35a508e1803064d23177b3a42452b1c1637b2eb749 1,559 1.00/1.00 vMB 9
725,574 725,574 00000000000000000009293e762758c4d9eb0ef11574f42eb3599d2040269bf4 2,556 1.00/1.00 vMB 23
725,573 725,573 000000000000000000008f19023f9fc6aeb9c082ebbd28193c044cd95a715044 2,703 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.58 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: 671.24 GB
    • Received: 15.89 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.