Loading Tool

Explorer IconExplorer

Memory Pool

75,780 transactions
31.03 vMB
0.10201814 BTC
Random Selection Loading Transactions
Max Size: 181.87/200 MB

Candidate Block

Mining Attempt 118fa7fb4be7b7a8199d2caf21d830959bfbc06109c956ce4f669914334e5ab1
Version 20000000
Previous Block 00000000000000000001b6bcfed7daef6070e84e65a71f9eb69c8b48ca4d4960
Merkle Root 3693b3bf10671d1d7c759c5f7ed83509063acd8406a65ea28081551a6eed5a15
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,453
Size: 1.00 vMB
Total Fees: 0.02044765 BTC
Feerates: 301.35 > 2.05 > 1.06 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,425 (18,595 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
896,830 896,830 00000000000000000001b1b75af2fcbd3ad974aa3d2b5a745af771d0d0a19783 3,399 1.00/1.00 vMB 3
896,829 896,829 0000000000000000000005099643abaf35c540d5f2e72ed305ec323578dd4d32 4,040 1.00/1.00 vMB 4
896,828 896,828 00000000000000000000f98c29a015f84e08c3a21b77319cbab5445785fc3259 3,797 1.00/1.00 vMB 3
896,827 896,827 000000000000000000007cf17843f965a1594cd02aad170ef316d4e74ce31764 2,491 1.00/1.00 vMB 2
896,826 896,826 0000000000000000000244655bf886486214ad84069c384fdd7500d9c7eebeec 2,800 1.00/1.00 vMB 3
896,825 896,825 000000000000000000009328963c6c9d2beb7d2e23ed9b6eb6f1c09f8d686ee1 3,343 1.00/1.00 vMB 1
896,824 896,824 000000000000000000017d03991c213abdb10000422a800e23dc4bb77c7a605c 1,529 1.00/1.00 vMB 2
896,823 896,823 00000000000000000001d47092cfa6e4a4f84f2d48194a5b1b9c7437b35047b4 697 1.00/1.00 vMB 2
896,822 896,822 000000000000000000013d191f0d71291c24ebb0b1d749f8ab89f514c6adee85 3,129 1.00/1.00 vMB 5
896,821 896,821 00000000000000000001dfb41c0d193f62507e52c1d9ef6b418936fcbe8f572d 3,688 1.00/1.00 vMB 3
896,820 896,820 0000000000000000000084524cba9005fcb10c996467a3f973add6e948345468 3,629 1.00/1.00 vMB 7
896,819 896,819 000000000000000000012f13426140d43426f9db96fe9c93d3db4ebddfbf8428 3,320 1.00/1.00 vMB 4
896,818 896,818 000000000000000000000a4225151294487b374c3511dbd069ff8168f879609e 3,759 1.00/1.00 vMB 3
896,817 896,817 000000000000000000005b5f8bea4ff1212283d4501577d8816f544e10b765a6 3,276 1.00/1.00 vMB 10
896,816 896,816 000000000000000000003cbd94c5a4078fbff59f27458deee1089eeffde9f6eb 2,442 1.00/1.00 vMB 3
896,815 896,815 00000000000000000001d8352500447dc13c1cfe547ad3b5436b6006a50158f7 3,232 1.00/1.00 vMB 4
896,814 896,814 000000000000000000005bef4daf746656e9db9a56c285372c5afc073e3cf96e 3,046 1.00/1.00 vMB 4
896,813 896,813 0000000000000000000166e63ee86265cb43e3d9a8a73bae2b39926e82246639 2,879 1.00/1.00 vMB 3
896,812 896,812 000000000000000000007d49b37ab57b1d8b48dedde5c0afd0c0057baa9d29f6 2,228 0.95/1.00 vMB 2
896,811 896,811 00000000000000000000891b31105337be3d6ae3a9f8a3f107da19042ef172f7 2,011 0.98/1.00 vMB 2
896,810 896,810 000000000000000000002a0898473d07002c3ecd56825d7c89b22f4186cefa53 2,169 0.99/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.12 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: 739.22 GB
    • Received: 18.62 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.