Loading Tool

Explorer IconExplorer

Memory Pool

44,768 transactions
27.16 vMB
0.07311804 BTC
Random Selection Loading Transactions
Max Size: 142.72/200 MB

Candidate Block

Mining Attempt 04d4306457593ede41f621ec6bcb19c5419415ec3be428ce72e5284059a828bb
Version 20000000
Previous Block 000000000000000000000daf054202e657483ffdca3c83fde776f6782404cc63
Merkle Root 4da1606185d8eb3a99167e8d75050e391982895560977d8b1cc3d2b1ed805b2c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,835
Size: 1.00 vMB
Total Fees: 0.02212173 BTC
Feerates: 265.25 > 2.22 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,887 (292,625 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
622,262 622,262 000000000000000000068db6dedd26ae638bf34a7498982483c77b117c4d7769 2,108 1.00/1.00 vMB 82
622,261 622,261 00000000000000000003f930135409283266aafa4d81c62be512dd39769db004 2,083 1.00/1.00 vMB 98
622,260 622,260 00000000000000000002cf87c7fc392c67e67ebb5d68adc9af3d141380042a7c 2,353 1.00/1.00 vMB 90
622,259 622,259 0000000000000000000e31d5e328a74db5c623d5469088fc3e4a237739c7861a 2,732 1.00/1.00 vMB 77
622,258 622,258 00000000000000000003c5dcb3829879545c5550cfa4b82624767489b2a562a4 2,658 1.00/1.00 vMB 84
622,257 622,257 0000000000000000000a84c9a24ec8a009bcd95961177fbd3dddb480cccf838d 2,392 1.00/1.00 vMB 83
622,256 622,256 0000000000000000000666ed0980ac1b52a680bd7f88c0367e90d9ddb4e7cc33 2,293 1.00/1.00 vMB 78
622,255 622,255 0000000000000000000e432264daa4d886c3924d1f40c0ddd2807b9e66a39ec4 2,704 1.00/1.00 vMB 58
622,254 622,254 0000000000000000000c957784177391fd4f1e5840c0d4eee9e306a50b6b0959 2,642 1.00/1.00 vMB 88
622,253 622,253 00000000000000000006e2535f36d44d2a77dbf1175ad6101e1148bd8386cc6d 2,911 1.00/1.00 vMB 59
622,252 622,252 0000000000000000000bfb48365749038775d8fef61dee2f8d1da7ef41112697 3,162 1.00/1.00 vMB 59
622,251 622,251 00000000000000000007b1baaec6efd07b5f2e76489964dfe26ce518890cd501 2,497 1.00/1.00 vMB 66
622,250 622,250 0000000000000000000ed65a9bbd038dd0b5680838a3aed3701bcdb0732c2f6a 3,048 1.00/1.00 vMB 68
622,249 622,249 00000000000000000009ff3342a8bf6e6001d9531b6548e62d51daaee65f88b0 3,073 1.00/1.00 vMB 71
622,248 622,248 0000000000000000000bdf6331f27df93cf3ac40d88eecb43d0ffe262ca26c22 1,898 1.00/1.00 vMB 88
622,247 622,247 00000000000000000010f150d61cdb3ea61dc806e06acbb0eb60258066773f47 3,232 1.00/1.00 vMB 72
622,246 622,246 00000000000000000005ca15bb69e42087378ffc654aa24e64bdf0b6372db090 2,957 1.00/1.00 vMB 70
622,245 622,245 000000000000000000076245be6b026e46a34cb4b0abad7b71b2d726f5b715d8 2,590 1.00/1.00 vMB 81
622,244 622,244 00000000000000000007df3f26cfe8f888a4c3652a22c8e4d7dddbb70e5a0757 3,155 1.00/1.00 vMB 104
622,243 622,243 0000000000000000000a9a2a0f1ea54794bc6e86ed7251be951cebec9d22e07a 1,457 1.00/1.00 vMB 76
622,242 622,242 00000000000000000008e540f6789a97056be10af006f519500fe7585066682f 2,187 1.00/1.00 vMB 81
Previous 10 blocks ↓
Total Size: 782.19 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: 653.70 GB
    • Received: 14.02 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.