Loading Tool

Explorer IconExplorer

Memory Pool

80,848 transactions
30.59 vMB
0.08477486 BTC
Random Selection Loading Transactions
Max Size: 186.58/200 MB

Candidate Block

Mining Attempt 88ad0b33bcd374f2318557ef5a961a7c4b3dd140256fc331c9b0d0de69b26220
Version 20000000
Previous Block 00000000000000000000a3813f793d217041872d914f27c3141d08c7db453ba1
Merkle Root f216a38a272b88c60d2e7a47f8f1cc80b13d19ed9ac6225af15e4b5966fd5c13
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,025
Size: 1.00 vMB
Total Fees: 0.01563349 BTC
Feerates: 301.57 > 1.57 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,386 (551,851 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
363,535 363,535 00000000000000000cf05e645b5756a1a8a1ca21980aed22dce1f695cbf70245 1,300 0.58/1.00 vMB 38
363,534 363,534 000000000000000012d479891ae64cff555fcc9b0ef4d71ecd7306d96918e6b2 854 0.43/1.00 vMB 36
363,533 363,533 00000000000000000fab20710cc9437c5b6ff6ab180de7b2c9bbfda07d869506 1,267 0.64/1.00 vMB 49
363,532 363,532 000000000000000001f5f57dba54c7254d41d8ba906156d2f0c0552f70baba10 1 0.00/1.00 vMB 0
363,531 363,531 0000000000000000019b6c3e51214abc4d225b87e88afcd28f496afffb8a35ab 1,602 0.70/1.00 vMB 37
363,530 363,530 00000000000000000dd047889e8b9696bd0f0f587123641378764aa0b7e3e625 200 0.36/1.00 vMB 8
363,529 363,529 000000000000000010b093ca45671af1a021e16609169d83d5557c256e9444d8 1,262 0.98/1.00 vMB 21
363,528 363,528 00000000000000001408f04bf437125d4817b4c8d182dbe04d5e1f432963a572 1,556 0.93/1.00 vMB 33
363,527 363,527 00000000000000000f54160da3757630a82ee74106b7626fde5cd106c8c16111 1,900 0.75/1.00 vMB 39
363,526 363,526 00000000000000000dc992d04bde58165ff845d6ceedf318f3255d8712a70778 2,406 0.95/1.00 vMB 75
363,525 363,525 00000000000000000eef8d225c006e7c561913ad72467ba9dbd66970e6420c85 193 0.05/1.00 vMB 64
363,524 363,524 000000000000000008451269649bdc0e4d0421335c55a3c44858c94a90e04ed0 1,239 0.87/1.00 vMB 25
363,523 363,523 000000000000000011567fb0331cea396debf2b2001d8f3b22f237e0a75d271d 2 0.00/1.00 vMB 0
363,522 363,522 000000000000000004f0bc70b504d197fd2a240c11a755f4b11d48c136cd199c 2,239 0.75/1.00 vMB 55
363,521 363,521 000000000000000002364ed218e1085718ba7b8488a01b566bca27ddda8a7210 1,331 0.64/1.00 vMB 34
363,520 363,520 00000000000000000ecb0ebf8c243207eb9c0d70ecb0dddf11f517ba81358aa6 161 0.09/1.00 vMB 17
363,519 363,519 000000000000000014c10f0b580cb8e3c2dd8306b9a97f56c69a08341c4991e0 1,684 0.99/1.00 vMB 39
363,518 363,518 000000000000000011d1042e66037cd08746cde144aed576e05d22091a7c4809 1 0.00/1.00 vMB 0
363,517 363,517 00000000000000000ec16e0ca2e9a11c0dab3a12509fbd110421f27b5c659f4e 1,376 0.95/1.00 vMB 21
363,516 363,516 00000000000000000b21a18f8cd32dbb47c8bc2e7d084c6ebb3a8acee9336a18 1,747 0.93/1.00 vMB 38
363,515 363,515 00000000000000000c1b3b2b0d0e92db5fdb75001a2cc0e992e1b4d817756659 814 0.93/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 783.06 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 720.78 GB
    • Received: 18.25 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.