Loading Tool

Explorer IconExplorer

Memory Pool

41,254 transactions
26.63 vMB
0.05468958 BTC
Random Selection Loading Transactions
Max Size: 139.51/200 MB

Candidate Block

Mining Attempt 70791384b723d50455ae53bcfb818ee27b62276521a61e62f919e6c2c96415f9
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root e5f743e240ce2bb750fee675227e2b0094b1fe08917c712f4bae52ad5e849149
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,778
Size: 1.00 vMB
Total Fees: 0.00549782 BTC
Feerates: 103.41 > 0.55 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (343,135 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
571,789 571,789 0000000000000000002661d3ab07cd51b1340af62ec6bfebb06112fa7930b8da 3,144 1.00/1.00 vMB 47
571,788 571,788 0000000000000000002a6a57276bb99485564af9bafb57dc339c9407b4be9be3 2,399 1.00/1.00 vMB 46
571,787 571,787 00000000000000000010c714c442b3c6e817b600e29b08e697f7cfc904c60377 3,033 1.00/1.00 vMB 15
571,786 571,786 00000000000000000024a7b05ecdb1d235f8410f4c5f5d478d16ef47c7642077 2,575 1.00/1.00 vMB 32
571,785 571,785 00000000000000000028c6d23c5a730ad0337419c71a36be9d350eab998d63b5 2,931 1.00/1.00 vMB 57
571,784 571,784 0000000000000000001dbc8ee7166bb851ea56d8bea9fc034228701b5f44c75e 2,660 1.00/1.00 vMB 28
571,783 571,783 00000000000000000006ababb744648ee40008e456fb5ed4e2140b4ae1f8c58a 3,043 1.00/1.00 vMB 46
571,782 571,782 00000000000000000022d0130dc9b587188614ad77c8473f33a06ffb3795811f 2,656 1.00/1.00 vMB 97
571,781 571,781 0000000000000000002084053a2610128c074723207bf72ab24c6597323d225e 1,195 1.00/1.00 vMB 16
571,780 571,780 0000000000000000002488ba92a0072f8e67407b048f70d3c842cd1c1f87a7c2 3,251 1.00/1.00 vMB 5
571,779 571,779 0000000000000000000ab2e3a5ff08ad6da1b125ebe8fa39fa46e30c4f416a43 3,031 1.00/1.00 vMB 58
571,778 571,778 0000000000000000001279acc8e124799efe745c5f3c9bf9c2f7485b37731d02 3,149 1.00/1.00 vMB 53
571,777 571,777 00000000000000000001fbcd3483934e4550f82fd69c1828df598734bbd8ae6c 2,451 1.00/1.00 vMB 79
571,776 571,776 0000000000000000002784b047e626c25fe556baff8487c28f5965a1c674bb13 2,292 1.00/1.00 vMB 5
571,775 571,775 0000000000000000001e9e7102b17ee710409f592e238ca1c25eb2745c2c2777 2,468 1.00/1.00 vMB 26
571,774 571,774 0000000000000000000771f7493df6eba7e74511957db6536808ea5416b33654 2,918 1.00/1.00 vMB 31
571,773 571,773 0000000000000000001c4d5fe25e6e200ab7d19680cd0c451565e78cf95c7d52 2,983 1.00/1.00 vMB 66
571,772 571,772 000000000000000000215506fc905079416cdae25dbf0d8c9505b7e9a5c1eabe 3,133 1.00/1.00 vMB 25
571,771 571,771 0000000000000000001be3b08f6d2d172e8f953bf9fa181bf25aed52fc2465ed 1,683 1.00/1.00 vMB 50
571,770 571,770 00000000000000000027e76fbe407fed4e60c002b3c41067875b4a4da81965ad 2,097 1.00/1.00 vMB 87
571,769 571,769 0000000000000000002013c57d60b8468a35dc0fe1e994bb1e9c72ffe689f787 2,784 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.25 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: 655.52 GB
    • Received: 14.32 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.