Loading Tool

Explorer IconExplorer

Memory Pool

43,845 transactions
26.61 vMB
0.06619512 BTC
Random Selection Loading Transactions
Max Size: 139.77/200 MB

Candidate Block

Mining Attempt 334bad7fcc72ed2c3dd1c754b79137eed532f7fe690fc214fa1c581383ef26db
Version 20000000
Previous Block 00000000000000000000a60f0cc25e0059f039a7782b5ad6e6e075a606bef2df
Merkle Root 900be2bff0b199d9c7d224201b039a30e6d3dfdaf73aee14ecdc942ee7bb1ae7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,653
Size: 1.00 vMB
Total Fees: 0.01727627 BTC
Feerates: 150.61 > 1.73 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,758 (450,810 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
463,948 463,948 000000000000000000c2345e4f34cb3f60dc1805e92061b135c683cd35a10261 2,128 1.00/1.00 vMB 178
463,947 463,947 000000000000000001d0749119a0b9c0768604aaba4ed2275aedd4ab37e7ff3c 2,199 1.00/1.00 vMB 170
463,946 463,946 000000000000000000eae0b47ac1180a7a3cdfac5e62df40091ce17b5384bc89 1,568 1.00/1.00 vMB 196
463,945 463,945 0000000000000000012dc202b6981bf3c3026abbcd284be2e8ba8148e76c1ff9 1,541 1.00/1.00 vMB 89
463,944 463,944 000000000000000001148ae3ac8aec9c67d18f0e12087515d6ce1177c1a5ac07 2,586 1.00/1.00 vMB 153
463,943 463,943 000000000000000001b682df083980afff25a0bad1a7032c9cfa16547ee45df6 2,601 1.00/1.00 vMB 154
463,942 463,942 000000000000000001da147d373591afaf35dd074581de7cf6db504f831c6185 1,801 1.00/1.00 vMB 148
463,941 463,941 0000000000000000020b897b54484659527057e74d116299de0ab5e7ea105038 1,521 1.00/1.00 vMB 121
463,940 463,940 000000000000000000ff0a49e484fe3333c911e4bc0885fa58c7d2c90f049403 994 1.00/1.00 vMB 130
463,939 463,939 000000000000000000bc170bb942e6e9ccac328b978734d5bb3c6ac09a6ad7f4 2,127 1.00/1.00 vMB 154
463,938 463,938 000000000000000001f6fee9c9246d0485dd390569b81349e5a5d7725462abe6 2,900 1.00/1.00 vMB 209
463,937 463,937 000000000000000000f8092ab6c667775826303745ae1b38e8855407d5a04261 1,522 1.00/1.00 vMB 122
463,936 463,936 000000000000000001c52e42dce37535b4b76eaa721806f53e1bffd7035dbd33 2,791 1.00/1.00 vMB 171
463,935 463,935 0000000000000000010c502ebcf622ae1401d386a232a4f01dbf51d555343eed 3,059 1.00/1.00 vMB 158
463,934 463,934 000000000000000001bd95ded31ce42d559b69a9b880df261ed8dbebc7f8d4a8 3,339 1.00/1.00 vMB 140
463,933 463,933 0000000000000000011abc6b68ff9e15cc1fabb077eea7f30147477e1efa2af4 1,978 1.00/1.00 vMB 131
463,932 463,932 000000000000000000ea7f459bcbdd379d1c66b8f2f7aa10c1976605471f9f48 2,727 1.00/1.00 vMB 140
463,931 463,931 0000000000000000004cc5f2f60d011e04f7799aed7c790cc510221c6d2f2175 2,385 1.00/1.00 vMB 150
463,930 463,930 0000000000000000012519e6dd950fb9a46858c17cbf1abc44eae4535e9f9145 2,309 1.00/1.00 vMB 177
463,929 463,929 0000000000000000008f54187a143257be7a6fd31ba0ef1d60e07f11cd7d3b4e 2,223 1.00/1.00 vMB 134
463,928 463,928 00000000000000000198312f9375f7a116abe56d862cf3deffb9b9ade0c7bb3d 1,806 1.00/1.00 vMB 167
Previous 10 blocks ↓
Total Size: 781.96 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: 647.48 GB
    • Received: 12.94 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.