Loading Tool

Explorer IconExplorer

Memory Pool

76,221 transactions
28.42 vMB
0.06522914 BTC
Random Selection Loading Transactions
Max Size: 172.28/200 MB

Candidate Block

Mining Attempt e3b41296911db6dea58d81f4f1ba446418ce8e98bfba642a0469ea054a5f17fb
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 5ca8744c2f9c67b0e0383f2f91a9d858c0c93d47b684f5f2a99e8529ecb052c0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,478
Size: 1.00 vMB
Total Fees: 0.00643803 BTC
Feerates: 71.79 > 0.65 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (804,107 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
111,053 111,053 0000000000010005c3ec794a7e96a82a65c1606323738ec7619ae70fefae1ded 14 0.00/1.00 vMB 0
111,052 111,052 00000000000081bfe60b1db6f1ba4a04cfb6f12c7b4d0f071284b36da8b0011e 12 0.00/1.00 vMB 0
111,051 111,051 000000000000835bfe5e147123c99c181dd949c46b57c2e2ae743d2e9a702a99 12 0.00/1.00 vMB 0
111,050 111,050 00000000000021a2cce1d124516867be232671a461c009e6692102dea6941cf4 11 0.00/1.00 vMB 0
111,049 111,049 00000000000057255344ec39a0e7c123762e7c680eb431c93ea8bf8431ebb822 15 0.00/1.00 vMB 0
111,048 111,048 000000000000bb52978982c0e83a263c53311c891f6d9aee191caa79a752c285 13 0.00/1.00 vMB 0
111,047 111,047 00000000000090a175956c6d32b6b93c097877ec0426e8fd03ab24b6264e8ad9 12 0.00/1.00 vMB 0
111,046 111,046 00000000000021ec082a51b2f697fd18e17cf4005eed0eb2f0d5dc327dd85148 7 0.00/1.00 vMB 0
111,045 111,045 0000000000004615d9b0db3686d36bd76b112bbca1e25f0755ac467aacd3b03a 4 0.00/1.00 vMB 0
111,044 111,044 0000000000009b9170f196039eadcb6ae1d701c92972de71aa51c7ee4accb9f2 12 0.00/1.00 vMB 0
111,043 111,043 000000000000fb5b3b3d5f88398b0229cf3e81e6987f2a843e5150dab73460d9 18 0.00/1.00 vMB 0
111,042 111,042 00000000000046ff79c864617bb4ac6f5fc24646c8cfabc2cec06df279a7b56e 12 0.00/1.00 vMB 0
111,041 111,041 000000000000664fd123b8d1da7fde7576ddc73cc8bef012f3e8ad58747e2724 12 0.00/1.00 vMB 350
111,040 111,040 000000000000ee331196242ecfa0319c0ee27b11aecd346f2930511eb936e4db 9 0.00/1.00 vMB 0
111,039 111,039 0000000000007acf94e342494177a9ae593e51a1f312e9bb1a5d1ccf1a28b892 12 0.00/1.00 vMB 0
111,038 111,038 0000000000005f45ed7fe755542d8a7ace59702670745bc9dbd1a990d3f75f1c 7 0.00/1.00 vMB 0
111,037 111,037 00000000000026ecdc6ebcf030c317da4acd6b05874d2c821a55e5380a88a21d 12 0.00/1.00 vMB 0
111,036 111,036 000000000000f57f682d491f0efd5df8455317b8f9d3fba933e71dc3a6017f56 24 0.01/1.00 vMB 0
111,035 111,035 000000000000e489b74c590732d9becff63ac59ba21fc8bbbe129da857bd89d6 5 0.00/1.00 vMB 0
111,034 111,034 0000000000003bfe6d8cb0e1ea9717dc526748b63b5502ff2ec3aa8da0ab781e 12 0.00/1.00 vMB 0
111,033 111,033 000000000000b49d930b33946022d4ec95fd77da283d9171e232de5095261cde 11 0.00/1.00 vMB 268
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.40 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.