Loading Tool

Explorer IconExplorer

Memory Pool

79,432 transactions
29.23 vMB
0.11021647 BTC
Random Selection Loading Transactions
Max Size: 177.34/200 MB

Candidate Block

Mining Attempt 75a6ef2cd20c34415976c9134b1b5bbffcb8dcf764a5b2f669d888d577fc9d12
Version 20000000
Previous Block 000000000000000000011cc0b225341b90497783ca10dd85ac5777da035b07ab
Merkle Root 30a74567aef63de7ea1a267a93819738a51afb976751b6c6724575f265807f15
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,098
Size: 1.00 vMB
Total Fees: 0.04904860 BTC
Feerates: 151.07 > 4.91 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,118 (209,532 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
705,586 705,586 0000000000000000000b1ceb59d461d87063d903e04376b6cbe957398503f411 2,350 1.00/1.00 vMB 3
705,585 705,585 00000000000000000000ed99059483712ef14c9b9e7925ddf6639b1f405388d6 3,607 1.00/1.00 vMB 5
705,584 705,584 00000000000000000003fea4feaa01fefb55f1ad609a9615003b4fa427f590e0 3,640 1.00/1.00 vMB 13
705,583 705,583 00000000000000000004ac8c5ff284ddcafb19e065efb3b981e037de4de2f0f9 3,009 1.00/1.00 vMB 11
705,582 705,582 0000000000000000000b46cf16de01378b728253dc94644fc68fe8996c67bb9b 2,557 1.00/1.00 vMB 31
705,581 705,581 00000000000000000008d53cd18cc951dac8266f22c14d3ab7810ed6f86a3548 2,627 1.00/1.00 vMB 23
705,580 705,580 0000000000000000000d6a421455fc926f07c4aca7854f023ec967a4e40b4ae8 3,296 1.00/1.00 vMB 7
705,579 705,579 000000000000000000076809f2776aeed78def1fdf83b1762a973637bbdbeae3 1,490 1.00/1.00 vMB 9
705,578 705,578 000000000000000000071f0d583879594a9eaef543fc558d99b73df5b6e033d5 2,779 1.00/1.00 vMB 16
705,577 705,577 000000000000000000005769e7e0bf8f20c4fccc635ca63301c8cc07a5173e0d 1,941 1.00/1.00 vMB 12
705,576 705,576 0000000000000000000bab75948e7c0b26a88bdd46b4283e16b9952e360de4a2 1,879 1.00/1.00 vMB 10
705,575 705,575 000000000000000000038767308711045e9514831e78781f8b796438cecd0242 2,522 1.00/1.00 vMB 13
705,574 705,574 00000000000000000006037ee00a9d602d72e6b3a2bf109f4d5aa01d703bb48c 2,329 1.00/1.00 vMB 18
705,573 705,573 0000000000000000000bb26339f877f36e92d5a11d75fc2e34aed3f7623937fe 3,477 1.00/1.00 vMB 15
705,572 705,572 0000000000000000000ccff3b86092bbf6cbe3b419fd83c8e9958a558adcde83 2,647 1.00/1.00 vMB 19
705,571 705,571 00000000000000000001288d6a13cc7d0e047f7f99e66ab0517a6bf427f85d14 1,739 1.00/1.00 vMB 13
705,570 705,570 0000000000000000000b891f8541c60869f1d3e3d636d1bbda93f25128f4a8fa 2,730 1.00/1.00 vMB 10
705,569 705,569 00000000000000000008bac7e70d2008e7bbd9d1d01b571f06018fe5975f19a2 2,903 1.00/1.00 vMB 8
705,568 705,568 00000000000000000000264f672cee8bd9efaf9e4e6dfd1c503be262296282ea 2,713 1.00/1.00 vMB 26
705,567 705,567 0000000000000000000c0419a47a2c851d7cc21097b85a363b8887efe4e1fae0 3,015 1.00/1.00 vMB 18
705,566 705,566 00000000000000000003d3acd99ed874bb6e77d4c8bc82805589de65beee4816 3,107 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.59 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.63 GB
    • Received: 15.97 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.