Loading Tool

Explorer IconExplorer

Memory Pool

73,044 transactions
28.33 vMB
0.06576627 BTC
Random Selection Loading Transactions
Max Size: 167.61/200 MB

Candidate Block

Mining Attempt 39ba3fc39d0df671a38a82f32956c19ff9aaaca14e038da17fcb270a0e21cbe6
Version 20000000
Previous Block 0000000000000000000079c58af6a2b359f3e886cb8feb18ed0cb9582a110279
Merkle Root 8bd4550b821de618d2d3104facce1958e6cdf42ca3add19dd9d4a5be26f3b2b5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,103
Size: 1.00 vMB
Total Fees: 0.00903039 BTC
Feerates: 100.36 > 0.90 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,042 (122,347 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
792,695 792,695 00000000000000000003ddcd5c93f9a9bb94faf45de1db9d0091e11b1bd2708c 4,951 1.00/1.00 vMB 24
792,694 792,694 0000000000000000000040f7720ccb44d6a687b3e5f4259350d2d2baaade7263 4,718 1.00/1.00 vMB 21
792,693 792,693 00000000000000000004b49537d28c0d6e482a559fa9facc998829dcbad7b0da 3,985 1.00/1.00 vMB 18
792,692 792,692 000000000000000000010d51be2dc08f15c9daad8c27382f2c5a419a6ef70656 3,084 1.00/1.00 vMB 30
792,691 792,691 00000000000000000003df740b4a58939e518ebfbf9b0a922b079e8abe826502 2,245 1.00/1.00 vMB 21
792,690 792,690 000000000000000000036124805b061e600fc033370f4f4d136df67e5ea1b95b 2,453 1.00/1.00 vMB 22
792,689 792,689 0000000000000000000516cf81379b9b280fafe5dc9d34097cab0d1a0e443c52 3,451 1.00/1.00 vMB 36
792,688 792,688 0000000000000000000369311521372b8e2b2dbb0f88ee48d439b8a9e82104dc 3,610 1.00/1.00 vMB 61
792,687 792,687 00000000000000000003f28ad868af7cc7e18fbc6a584d68bfc85be5ca2698d6 2,843 1.00/1.00 vMB 24
792,686 792,686 000000000000000000042d4231e88cecf2d4b9176f0aba64ec3019d454ed7404 3,593 1.00/1.00 vMB 41
792,685 792,685 00000000000000000003a2a99912dbc64da587e97aa14ce66f75f8e9f7972627 2,400 1.00/1.00 vMB 25
792,684 792,684 00000000000000000003aed097cc3693db7cef92ee37467f6d35477e69fcdb9b 3,491 1.00/1.00 vMB 20
792,683 792,683 00000000000000000004d9a5251e1ef615ce46f6fbb1e43cffcdf876c5ff9a34 2,344 1.00/1.00 vMB 22
792,682 792,682 00000000000000000001084e7f2d1ab176c887361b9303fac6a80e7a4aac2009 3,333 1.00/1.00 vMB 37
792,681 792,681 000000000000000000005ec7abc067beddf5901190ae71f1c7e943af286b1422 3,484 1.00/1.00 vMB 42
792,680 792,680 000000000000000000001f3e814c1d42025b4aba5ed5ee3c978cf0ea7bdd94f6 3,099 1.00/1.00 vMB 61
792,679 792,679 000000000000000000057070f857e1fa4b9fa7c4a24da9cf2025d69e01a9d8a7 3,609 1.00/1.00 vMB 61
792,678 792,678 0000000000000000000510d78ab70bcd2a322495fc85ddbf872cf277e7987ed5 3,812 1.00/1.00 vMB 29
792,677 792,677 000000000000000000031ce566740459ee144c14c87c4e803adae890806df8d2 2,576 1.00/1.00 vMB 19
792,676 792,676 00000000000000000002a3d7aec2d61662024771231dd921643ae083df8f5aad 3,115 1.00/1.00 vMB 36
792,675 792,675 0000000000000000000315702f6946841b4067785402138612b9dab4cd27b96c 2,780 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.47 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: 667.96 GB
    • Received: 15.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.