Loading Tool

Explorer IconExplorer

Memory Pool

82,485 transactions
31.01 vMB
0.08286211 BTC
Random Selection Loading Transactions
Max Size: 190.29/200 MB

Candidate Block

Mining Attempt d7d49e0a4d4120900acddb805b7a575c7da4618ba200ce1ffb3032d9b17bd85d
Version 20000000
Previous Block 00000000000000000001e04dc53d2870220783c578c283d55c1a710d6e578ddc
Merkle Root eaeac25f8df6671fc39e3a384d5e4bc3de61f26bbd1b79bc96601363e76e9cc1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,675
Size: 1.00 vMB
Total Fees: 0.01317850 BTC
Feerates: 301.05 > 1.32 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,219 (489,904 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
425,315 425,315 000000000000000003edf626cf75308d67cdd4a0e910b5c2275c233ce5885460 449 1.00/1.00 vMB 17
425,314 425,314 000000000000000003a30f47440c3059d82acc1528a5e1e483eaf56bd3218f1a 809 0.49/1.00 vMB 46
425,313 425,313 000000000000000002ca9d75ef41ec2799213d89dbd913a29b3e469fce675ec6 2,666 1.00/1.00 vMB 75
425,312 425,312 000000000000000004f512513dd4975a1a37b9353cad57b93db1c40513c580d6 1,526 1.00/1.00 vMB 48
425,311 425,311 0000000000000000029adb3e1b2116cf9e5968c85f2769498af283751284a948 1,245 1.00/1.00 vMB 30
425,310 425,310 0000000000000000023fb2dcc0e6ce122ea79caee315f6a39525fbbcc60a84c7 2,523 1.00/1.00 vMB 61
425,309 425,309 00000000000000000243ec86af52692718d7f186a5bf3e0982d7f36995826832 2,714 1.00/1.00 vMB 72
425,308 425,308 000000000000000000de716786047cbbd59b49d75920d4751f7c7f1e69e6f7da 2,493 1.00/1.00 vMB 87
425,307 425,307 000000000000000003332f69d0b183acf8c343d144d8dfbf2af90fc607003b63 745 0.98/1.00 vMB 23
425,306 425,306 000000000000000001c8fddc8f50eb6d08a1b56bea91e0571370ea4d5c1e971d 1,315 0.62/1.00 vMB 68
425,305 425,305 00000000000000000449b2a6df10812d19e85411712f1096ae528cfef41deaa7 443 0.22/1.00 vMB 66
425,304 425,304 000000000000000003aa72aa0b1bbeca1b35b6377407abd4920729e24737ffef 873 1.00/1.00 vMB 27
425,303 425,303 000000000000000004b6b48d23c3512f6bf78e0f2c319b3636780a999841ff85 1,941 1.00/1.00 vMB 59
425,302 425,302 0000000000000000001272fc7ba69fa5a877061ef5e9390bd2164f1bf9598ab0 1,773 1.00/1.00 vMB 41
425,301 425,301 00000000000000000032a70793d63bd89a348a669b36cd35c91ee64ec3a4400a 2,517 1.00/1.00 vMB 85
425,300 425,300 00000000000000000151288fb033e6bc4a3878c2538712e8e36858a992fc5d0e 2,521 1.00/1.00 vMB 71
425,299 425,299 0000000000000000025147e420200803bb22fa0abcf5af4ae4a9e3cd32850bd9 1,711 1.00/1.00 vMB 43
425,298 425,298 0000000000000000010ba1ad4aefc5426fcac4be5b7b40c1d1b80f9b1dc19d5f 2,127 1.00/1.00 vMB 73
425,297 425,297 00000000000000000044f87cb1052a3c3136dffb83ccce011c92dada553d272a 119 0.05/1.00 vMB 62
425,296 425,296 000000000000000002f9ae38cab80d7b24b1f81a85941ce6dca768df83441099 1,729 1.00/1.00 vMB 46
425,295 425,295 000000000000000002c300c345e50962c5142f9e24dd7f0f5630e1ecb6b3ddd3 1,886 0.99/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 782.77 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 709.18 GB
    • Received: 16.86 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.