Loading Tool

Explorer IconExplorer

Memory Pool

77,264 transactions
30.81 vMB
0.14009724 BTC
Random Selection Loading Transactions
Max Size: 177.12/200 MB

Candidate Block

Mining Attempt 5af69e3418f883e20ca7aee0c21277a57abbb189b0f17d79eea183af17832b9f
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root b987933f1590b1baf0c437bf1748ede53f3cbb83b75e53f8fff20439ace653e5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,298
Size: 1.00 vMB
Total Fees: 0.05115835 BTC
Feerates: 150.36 > 5.13 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (43,820 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
871,232 871,232 0000000000000000000106e1af1f87a990e5f1b333568043403b115d550b4b19 4,697 1.00/1.00 vMB 13
871,231 871,231 000000000000000000012cdfe3663c0ee5e91c645aa54dc34f7305dc158e5eff 3,695 1.00/1.00 vMB 10
871,230 871,230 000000000000000000018d0efad7e44fb6afe609d55b388563759825970bc215 3,885 1.00/1.00 vMB 13
871,229 871,229 000000000000000000028fd3a2e3f25740c446a4a4c3f018b162f4fda3f79d2a 4,457 1.00/1.00 vMB 16
871,228 871,228 000000000000000000026e4e837bbcab74a07ef45ee9d2ce09f386f85b8915ee 3,983 1.00/1.00 vMB 19
871,227 871,227 000000000000000000010480e536cf4e13691946ae3f619eebe8608ad550bffc 2,347 1.00/1.00 vMB 8
871,226 871,226 00000000000000000001475cebfae4d9de13cb5d9529c9eb52b3610e3b3b700f 3,729 1.00/1.00 vMB 10
871,225 871,225 0000000000000000000015073749ef4816f0156879e3f120b571b1157549c98c 3,713 1.00/1.00 vMB 23
871,224 871,224 00000000000000000002310a7c6ee6c4f61bf52fc839d11e37697da2d191f459 3,045 1.00/1.00 vMB 12
871,223 871,223 000000000000000000020c175e67c9d01d4e63ff9afc1c5d66d8b674f841fc31 3,567 1.00/1.00 vMB 9
871,222 871,222 000000000000000000022dfd9d37a69f98ba4728336a09df06d5b7e295275a0c 5,254 1.00/1.00 vMB 12
871,221 871,221 00000000000000000001b4a5c55fb7e6255b42f8b77fe17f385617ae1a1dfb19 5,938 1.00/1.00 vMB 17
871,220 871,220 0000000000000000000294d594ba4f5ab683e83f8715c6a68e05adf4e1efb801 4,853 1.00/1.00 vMB 16
871,219 871,219 000000000000000000002b2aeaf20d5cc90147493fc0736db03d86cedf8ceea4 3,601 1.00/1.00 vMB 8
871,218 871,218 00000000000000000002abb6ec0d1e4b0751ccafbb035a22fdd0a263974217b5 5,170 1.00/1.00 vMB 12
871,217 871,217 00000000000000000002136889d3d1554e4f734f067ced93fa07fa74e847558d 4,178 1.00/1.00 vMB 14
871,216 871,216 00000000000000000002a7425082956a7c6029620e7bb4112941f15e70e85f87 4,504 1.00/1.00 vMB 14
871,215 871,215 00000000000000000001e1c216420cfea1fd3e06fb8f5518decd3ffad8761afd 4,780 1.00/1.00 vMB 9
871,214 871,214 0000000000000000000027eb5f33602cd2c326f5d767ddd095c187c26ed31d55 5,927 1.00/1.00 vMB 11
871,213 871,213 00000000000000000001edfebde9413bdb7447007a71548cfc545e505e0b7f91 4,803 1.00/1.00 vMB 14
871,212 871,212 00000000000000000000286d4702e2ce69d5698d6085a429f6e92fd1c4b9fcf4 5,117 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.48 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: 668.22 GB
    • Received: 15.43 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.