Loading Tool

Explorer IconExplorer

Memory Pool

42,234 transactions
28.99 vMB
0.07348122 BTC
Random Selection Loading Transactions
Max Size: 148.85/200 MB

Candidate Block

Mining Attempt 2ebda2fa59bccbfd5144dc926e385ca6daffee1abb03aa7e2f5e9bc8e315f3fa
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root be87e92b25c46b52d0a24e4d27e323c758375997c8cf1e411440ad4a49a47b24
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,008
Size: 1.00 vMB
Total Fees: 0.01699956 BTC
Feerates: 100.19 > 1.70 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (446,771 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
467,841 467,841 000000000000000001b4f78eae4eb522c7ddd7d319a28cc9c78a362235716a05 1,937 1.00/1.00 vMB 330
467,840 467,840 000000000000000000e497c64afd954b2e4199bc7cd405532b3bd3ab4839e178 2,578 1.00/1.00 vMB 353
467,839 467,839 000000000000000000d2b9a361e419754c7a636815dc639bf7e5b4a72e4c1d8c 298 1.00/1.00 vMB 296
467,838 467,838 000000000000000000678f73401914bae61fc22e7fb518dd11c7b11bcad3d609 774 1.00/1.00 vMB 318
467,837 467,837 000000000000000001d2e1e175dbf74c4c5a8f9f85b9723a0b9f8b0f641f692d 486 1.00/1.00 vMB 291
467,836 467,836 0000000000000000001cb24f1be85368ae5cfa8e3b888d5b71c51a725b268b7a 527 1.00/1.00 vMB 289
467,835 467,835 0000000000000000013fd71ef1edf0bce2e51a3df57fe4927084022ebeb9ee1a 1,852 1.00/1.00 vMB 413
467,834 467,834 000000000000000001be5f3cf2c78036c7b1e478374d3520c648f61a0dbc431d 1,307 1.00/1.00 vMB 303
467,833 467,833 000000000000000000c11733a18f361bd73736731a856d19f4111c25caa6636a 2,441 1.00/1.00 vMB 339
467,832 467,832 0000000000000000005d66d47e525867e605198441d0495c80fdb810d2355832 2,233 0.93/1.00 vMB 344
467,831 467,831 0000000000000000005b3a2970ca553dfa057f68f10e820fb1ef84abb568f9b1 1,651 1.00/1.00 vMB 271
467,830 467,830 000000000000000000d9b747d22819086ed4dbab509a418b5a0029689a0605c8 2,776 1.00/1.00 vMB 176
467,829 467,829 000000000000000000592ca084e566358b8d7385db7dbca95eb83c98597c1850 2,461 1.00/1.00 vMB 333
467,828 467,828 00000000000000000141939aa3ddfb24c6274581e3e9c335d9b51d81fc181f3d 3,462 1.00/1.00 vMB 356
467,827 467,827 000000000000000000592909f067668a36ec71a6c991126d7ca9bc781cb9a205 4,123 1.00/1.00 vMB 380
467,826 467,826 000000000000000000223f0bb558061f25c20236007cfa7e3cca235dfcdb036e 1 0.00/1.00 vMB 0
467,825 467,825 00000000000000000196872ac66f99122ebdaee2c631a7cef8ffc496ad1eb7ec 2,665 1.00/1.00 vMB 392
467,824 467,824 0000000000000000011a7cbcf6ff094805437b068ef97ad76e0c5c4548d0b252 2,299 1.00/1.00 vMB 272
467,823 467,823 0000000000000000008d8cb50f68adb601bc9b11f77f76ed04df05dbe857a92d 2,214 0.75/1.00 vMB 385
467,822 467,822 0000000000000000014806119fb08aeb09d1c3b524ca1e8a8e8acf264b395cc9 1,927 1.00/1.00 vMB 251
467,821 467,821 0000000000000000002d9fdb44c162398d6cd29d62d60785985cbfa8f9bb488f 2,044 1.00/1.00 vMB 264
Previous 10 blocks ↓
Total Size: 781.70 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: 629.17 GB
    • Received: 11.88 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.