Loading Tool

Explorer IconExplorer

Memory Pool

82,188 transactions
31.09 vMB
0.12014478 BTC
Random Selection Loading Transactions
Max Size: 186.04/200 MB

Candidate Block

Mining Attempt 44e3b44c78c8fa42f623cc46481d52cfa17b90395bc65fb86184927272af053b
Version 20000000
Previous Block 00000000000000000000b8bb4db39a0e97c8954f43fc10a0b1b8a513d2398ed1
Merkle Root 20ae878140912b9bbdd3ad28b25ed3b720258e4577a236bc8a36e989406aff55
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,608
Size: 1.00 vMB
Total Fees: 0.03535321 BTC
Feerates: 101.42 > 3.54 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,150 (329,766 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
585,384 585,384 000000000000000000024d92c86b07d4da27ea25c509dd8397809982facc4f1a 2,918 1.00/1.00 vMB 68
585,383 585,383 0000000000000000001aedf38e36b746e576ee0e4c496f5169c4afad4f3b0df2 2,048 1.00/1.00 vMB 22
585,382 585,382 0000000000000000000df9d1d0c2ad639510fcf90ce241d95226aaa1264b9b9e 2,444 1.00/1.00 vMB 41
585,381 585,381 00000000000000000001292d6f4eab442a94c9d4e6b5b4e3d76fcb591311992a 2,308 1.00/1.00 vMB 46
585,380 585,380 0000000000000000001ae9ca0dc8e9895ad35e0d2396c0adfba8cfc1ef60fbc9 2,474 1.00/1.00 vMB 47
585,379 585,379 0000000000000000001412649a0361602b37db8a774dfa736fbee2b6d13c82c7 3,371 1.00/1.00 vMB 55
585,378 585,378 00000000000000000009e247218a65c92a8957e27c2034776e54928d61c6bbe9 2,750 1.00/1.00 vMB 74
585,377 585,377 000000000000000000061104c9108eed0c741bf89c612f2f13e0092a02b1ccc3 2,040 1.00/1.00 vMB 61
585,376 585,376 0000000000000000000911b322bd499e13ecd3af760acab97ac44dd5063b059b 1,510 1.00/1.00 vMB 47
585,375 585,375 000000000000000000122ce822f7bd085061dcdbc4fc85971dcebabeeda82e9b 1,981 1.00/1.00 vMB 93
585,374 585,374 00000000000000000001718c0c2f24d2a4d066705d8635aeb80014c4b3f1b4c4 2,046 1.00/1.00 vMB 6
585,373 585,373 0000000000000000001e253eeda4760b85e03f3f4466ce748e1fdc1a191b57e6 2,810 1.00/1.00 vMB 40
585,372 585,372 00000000000000000010702ef3ab62ee1a39baa8909691d58843ef2dd3842e7b 2,276 1.00/1.00 vMB 13
585,371 585,371 00000000000000000002ac6e57387b889b37d0e52e6f513e8108300f2199e627 2,555 1.00/1.00 vMB 11
585,370 585,370 00000000000000000000026d649d0451361f09ddc6ec842585f7b34236cb90e3 2,822 1.00/1.00 vMB 22
585,369 585,369 0000000000000000001b5383f50a2ff974cf23f58197635280f21e53cbfc663e 2,612 1.00/1.00 vMB 33
585,368 585,368 0000000000000000001c1d5eaf412f952f14038ee41db3ff5898dda3cacf9791 2,601 1.00/1.00 vMB 52
585,367 585,367 00000000000000000019f08f43dadd56ad0beb4adcfd37e6d0afa0e3d96dfaab 2,883 1.00/1.00 vMB 75
585,366 585,366 00000000000000000002fb88e4b1e343b6e4c86b53f3aa5c6c538602b8c3d290 2,813 1.00/1.00 vMB 28
585,365 585,365 00000000000000000009ce3ec74813e3be37db90dceda395bc0e101856cd485d 2,844 1.00/1.00 vMB 42
585,364 585,364 0000000000000000000c3dd1fbe9057fab344da87e77b393ad0cdcab3c1bafaf 3,040 1.00/1.00 vMB 91
Previous 10 blocks ↓
Total Size: 782.65 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: 672.95 GB
    • Received: 16.33 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.