Loading Tool

Explorer IconExplorer

Memory Pool

82,634 transactions
30.44 vMB
0.09749627 BTC
Random Selection Loading Transactions
Max Size: 183.36/200 MB

Candidate Block

Mining Attempt 5d648030bc25c810e2ac56c52ab036dc9d52c7f0bab0250b27cb1bcfbc38678f
Version 20000000
Previous Block 000000000000000000005ca632d69633021cee09eb0a1dc73d46b978a1e9df69
Merkle Root 7b8f120f8a08c4fb091fe6faed4072d3436b205af75125f6ed982b4efa2bc317
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,837
Size: 1.00 vMB
Total Fees: 0.03403795 BTC
Feerates: 454.44 > 3.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,985 (419,520 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
495,465 495,465 0000000000000000000aeb20f9966935a88d026ff3f8e1951c8299e4bf5e0b24 2,155 1.00/1.00 vMB 175
495,464 495,464 000000000000000000073ef30729483cfc51256ecc7e60ccce2adce9553e59a6 2,440 1.00/1.00 vMB 334
495,463 495,463 00000000000000000052efb809a2c9d281dce778098265744b2322929d40a293 2,288 1.00/1.00 vMB 181
495,462 495,462 0000000000000000007fb95d749e0ef7b9a64c0a760dcb0ee3b57cb913a19e46 2,529 1.00/1.00 vMB 220
495,461 495,461 0000000000000000002ee1e7ac64c411b986fd0a4d2b5a96f48d2ec771e1a1ab 2,215 1.00/1.00 vMB 96
495,460 495,460 000000000000000000683cae8af5abead2dbe330a40e30711c1873b8f1065d63 846 1.00/1.00 vMB 48
495,459 495,459 000000000000000000b74e5d153c08406e6923685ba0c753c0c58bcbda90c697 1,369 1.00/1.00 vMB 40
495,458 495,458 000000000000000000c7a3981925bf059f11358dd741f96c2ba20716102174ee 1,609 1.00/1.00 vMB 63
495,457 495,457 00000000000000000077acc9c696d87af3f62762527958896cc5964c5b3e96fb 2,563 1.00/1.00 vMB 102
495,456 495,456 000000000000000000be0119aa86d5335e2f8461e13fb89f1d6cfeac0477941d 2,615 1.00/1.00 vMB 161
495,455 495,455 000000000000000000ca7bb8a9ff659ebf6916250355af4c12fbeb08a814fe4d 2,133 1.00/1.00 vMB 368
495,454 495,454 000000000000000000364d9d15d42f186adf8f74bf2a0848e30b9af4da2ad928 1,841 1.00/1.00 vMB 89
495,453 495,453 00000000000000000043e6c32cefa39a2340ffd1db8a70a79ef3f99eab768dd7 2,873 1.00/1.00 vMB 125
495,452 495,452 000000000000000000c0437d746a5490b5ae7c6f1789cd2fa5c4237fcd6ee208 2,526 1.00/1.00 vMB 109
495,451 495,451 0000000000000000009cc7f309a6d344fa8430edee831c079622b20e08d3e1fe 2,401 1.00/1.00 vMB 206
495,450 495,450 00000000000000000077a549e3e9d6ac501326ede7ba0e4510dceb9740c400c7 2,499 1.00/1.00 vMB 310
495,449 495,449 0000000000000000007c2f3af3893055f2482c5c19b5ed6a1fc2153aed4f9844 2,197 1.00/1.00 vMB 243
495,448 495,448 00000000000000000044bda8b7267ef9417d26cb2a570025627878caa7bf4a49 1,956 1.00/1.00 vMB 131
495,447 495,447 000000000000000000617632d18a634b8d2a1532ea2740dd327469b94e4242c0 2,482 1.00/1.00 vMB 232
495,446 495,446 00000000000000000062cb2d9cbfe74b246f44eb99e2c7288a92b57244fe9246 2,077 1.00/1.00 vMB 288
495,445 495,445 0000000000000000003559575533a83facaf572305bbbec2c5fa6d335012642e 2,366 1.00/1.00 vMB 173
Previous 10 blocks ↓
Total Size: 782.37 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: 663.36 GB
    • Received: 14.90 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.