Loading Tool

Explorer IconExplorer

Memory Pool

78,304 transactions
29.03 vMB
0.08949621 BTC
Random Selection Loading Transactions
Max Size: 175.56/200 MB

Candidate Block

Mining Attempt 159c71de6bcb74242c610f84445259eab93aa4d5d263e54271ad441f5d8e2f63
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 46711927a540a6b2641e089d1954bb9db91fededd288d6454d889b882eb71f37
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,273
Size: 1.00 vMB
Total Fees: 0.02893456 BTC
Feerates: 477.45 > 2.90 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (268,378 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
646,759 646,759 0000000000000000000b775d38f88721de7ec6d264c0f0fcfda516acb8a6188c 2,684 1.00/1.00 vMB 122
646,758 646,758 0000000000000000000d70693c0dcc32225c5f2f4eb212e310fe2a325bbd7981 2,506 1.00/1.00 vMB 137
646,757 646,757 00000000000000000006c8fcb3f8be162bb007cccb345d170586fbfca4a244ee 2,672 1.00/1.00 vMB 133
646,756 646,756 000000000000000000060c3d7a03febdc02804abbbf1d6d6081e16349b962c14 2,919 1.00/1.00 vMB 155
646,755 646,755 0000000000000000000b4bb02dccd79aa7acd7c5377e4f8c938a7bdcd903811d 2,422 1.00/1.00 vMB 128
646,754 646,754 00000000000000000009932a5c78ec24f59cf2ba4dbf75d03c9329d3d19b49ab 952 1.00/1.00 vMB 133
646,753 646,753 000000000000000000072b2bbd73d0e06389fed5a34ada704fc51ff18b94c66b 2,230 1.00/1.00 vMB 137
646,752 646,752 0000000000000000000f91079ea015b1205ccbdaf95e4b8243634798714c7fb2 3,065 1.00/1.00 vMB 165
646,751 646,751 0000000000000000000f956d966a43ac402902c34750df1a433c9abaf6a2fce7 2,527 1.00/1.00 vMB 119
646,750 646,750 0000000000000000000be17380cb20fbf625ffc384b047870bc29b6ed65201da 2,788 1.00/1.00 vMB 125
646,749 646,749 00000000000000000009ce239db0177abc06b9eaf7a387be9bb49b9af9ff5be5 1,847 1.00/1.00 vMB 126
646,748 646,748 00000000000000000008d93c80eae2a52097d85b8cdda3ae77fe6c98ebda019b 1,734 1.00/1.00 vMB 131
646,747 646,747 0000000000000000000e525a30b54af7bd16825c0fc5fca28b1b35c0ea33da28 2,285 1.00/1.00 vMB 144
646,746 646,746 0000000000000000000dd4e51abe1ae77e6c6992307282351a4a7b757071dfdd 2,033 1.00/1.00 vMB 128
646,745 646,745 000000000000000000056df1e99ea9f228ba4412a38a7602d1fd81abad8d0e1c 1,939 1.00/1.00 vMB 130
646,744 646,744 00000000000000000006bb79128458b589a794a6a89b89a5c566b50316a2f7a9 2,248 1.00/1.00 vMB 131
646,743 646,743 0000000000000000000a0fd458dd67097b57b3b67d85269ed592abd02328d25c 2,824 1.00/1.00 vMB 160
646,742 646,742 00000000000000000008e41a07e6f0a5d8236572bfe216c53089ff4652e3b73b 3,100 1.00/1.00 vMB 158
646,741 646,741 00000000000000000008edcb968c0fe3b414c777328d1864dea994f24fd6d746 2,791 1.00/1.00 vMB 131
646,740 646,740 0000000000000000000c07d0ca4d16626fe4503aaa4e9e6ff6febf4704b4a003 2,228 1.00/1.00 vMB 149
646,739 646,739 0000000000000000000e7724ae7f182ad037ad049903dc0e6c44445c58414ae5 2,473 1.00/1.00 vMB 141
Previous 10 blocks ↓
Total Size: 782.63 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: 672.17 GB
    • Received: 16.17 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.