Loading Tool

Explorer IconExplorer

Memory Pool

72,338 transactions
27.43 vMB
0.07466648 BTC
Random Selection Loading Transactions
Max Size: 165.75/200 MB

Candidate Block

Mining Attempt 7d9188946e586ceb9eef515a8e137fe55225d167ae0a9b3200b39bfaccafdea8
Version 20000000
Previous Block 0000000000000000000168c69c0ca71f33f06f795a51a274dc96cdba2a6216f0
Merkle Root aa77092acc28f3b4d2faf77da9d100b67e0b8d47de54202a957e0f4361e483a1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,470
Size: 1.00 vMB
Total Fees: 0.01558816 BTC
Feerates: 322.65 > 1.56 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,565 (698,250 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
217,315 217,315 0000000000000404af3b6cb7ca7ee87f84555e76789a33aebad373ae9cc430ca 31 0.01/1.00 vMB 127
217,314 217,314 000000000000009e2d212af706e58c9ff842b7e27c77128fd605870824e998a0 221 0.11/1.00 vMB 147
217,313 217,313 00000000000001a3c1a77d8beff1d0dbe2e09ea572681be7d9a49bb3e0cc4053 64 0.02/1.00 vMB 213
217,312 217,312 00000000000003fc212330c4ab39f0406d963b9387710da0d13eec67329dab9d 52 0.04/1.00 vMB 89
217,311 217,311 00000000000002e88ed00b7574043f1e9b91f6f51b245084fb28aecc7863f0fd 58 0.05/1.00 vMB 124
217,310 217,310 000000000000034d0d16813c580cc53d92d3fc059b5dbd9e85310a5302c653fe 258 0.12/1.00 vMB 170
217,309 217,309 000000000000048b805cc2930682f1e4ae71ce4151c4e8e3f865a2dd152c79ea 146 0.07/1.00 vMB 130
217,308 217,308 00000000000002e449c703c65bef78d7212cdd8030058f8a5d4b648349b94c68 583 0.22/1.00 vMB 239
217,307 217,307 000000000000021c48cd8c890af06e76dcef7a5499c953a35c449d9d86c39ce8 430 0.19/1.00 vMB 471
217,306 217,306 00000000000001a4f98f273e74af66babc3af1695908b080d93af25f56de3669 598 0.25/1.00 vMB 235
217,305 217,305 00000000000003747e4400c3cc17289b6d99758b4103b8750b88f5c9baa5a748 324 0.14/1.00 vMB 170
217,304 217,304 000000000000035a67b465630eb70edf2d13e7cd72ab51f4504f49bbe4f64cbd 410 0.17/1.00 vMB 231
217,303 217,303 00000000000002a13abc0b03dd912d41209b5b9f170c05c184dc46f09cc23642 60 0.02/1.00 vMB 196
217,302 217,302 00000000000002379b7196630d7f9ff7ed5ce08e683f0787f7d16f11da2fd3b4 454 0.19/1.00 vMB 208
217,301 217,301 0000000000000156998b9798ae5aa4289eeb1951738497d70a2b790ad306c114 136 0.05/1.00 vMB 273
217,300 217,300 00000000000001d7d1fdfb5697ba7cb63c1488db6b7fe4f030dac8754b1d4b3f 333 0.44/1.00 vMB 34
217,299 217,299 000000000000042fbd2c7b104744bfe9ce1eefd7fd4e66e6f53ed18ae3ae347e 344 0.15/1.00 vMB 198
217,298 217,298 000000000000037238a84bf7bb3930ff238d07b9c4104e19c56cbeac1c503a08 555 0.37/1.00 vMB 128
217,297 217,297 00000000000000a4947330027f20d03754cc0396e7a0fa15bfaeb9e0e84508bf 471 0.20/1.00 vMB 167
217,296 217,296 00000000000002a83a5bad6eedf1fc89ea626382a19d1c4bddd0567e1e850c19 207 0.06/1.00 vMB 38
217,295 217,295 000000000000040cfa9ee0bef5268c25eb5a041e0f5258784c3838e3ffa837dc 529 0.21/1.00 vMB 245
Previous 10 blocks ↓
Total Size: 783.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: 768.67 GB
    • Received: 19.63 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.