Loading Tool

Explorer IconExplorer

Memory Pool

76,953 transactions
28.68 vMB
0.07297154 BTC
Random Selection Loading Transactions
Max Size: 173.70/200 MB

Candidate Block

Mining Attempt 5be515f0a78d66567110de3bf42c58cf092a0d41dbef7f274bd884b33ca7cab8
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 7404ff0dfc7d6184ac138c18e38676e53b2e12cda9b4810a2fb5facdcca50909
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,247
Size: 1.00 vMB
Total Fees: 0.01342024 BTC
Feerates: 71.79 > 1.34 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (371,095 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
544,065 544,065 00000000000000000021d3dbac0a2e4a2ed0f4ce10abac14a550e5a98e08b785 2,838 1.00/1.00 vMB 20
544,064 544,064 00000000000000000025f5f1be9fd59f46e2d6c0c5e78502b8c1f08c91d16d8c 2,163 1.00/1.00 vMB 16
544,063 544,063 0000000000000000001a2c16d886b2b8123decc703e432465f9f1f9bae081a65 2,332 1.00/1.00 vMB 12
544,062 544,062 000000000000000000079bbb58c384ed2b719b674909a3ec0f8bb724e007304d 2,672 1.00/1.00 vMB 42
544,061 544,061 000000000000000000137f59b5617a85967a7f328c5fdff4006f74f3af2005e9 2,566 1.00/1.00 vMB 21
544,060 544,060 0000000000000000000682291a1a9aa2b7ca1b3d057ad6832b9282f3847a9815 3,304 1.00/1.00 vMB 10
544,059 544,059 000000000000000000168895d2767954c47e07820cbe3d8b0f5fbb60902df589 2,762 1.00/1.00 vMB 20
544,058 544,058 0000000000000000001acb9f135b977b482ef08f1af086d5ad5f4d14361ba1e9 1,812 1.00/1.00 vMB 18
544,057 544,057 00000000000000000016b1e0102d9a938616cc900c965dd9e488ad3d4c952e77 1,553 1.00/1.00 vMB 20
544,056 544,056 0000000000000000002119f5c157cdc11b9dfac1cea94c822b226a7f6530d303 2,689 1.00/1.00 vMB 26
544,055 544,055 0000000000000000001039d8dda558299c972b369a54b575ee93d721ad8ba92a 534 1.00/1.00 vMB 14
544,054 544,054 0000000000000000001d0825a22bb5d2d05640b9893c94bca9106eeea438e949 1,552 1.00/1.00 vMB 21
544,053 544,053 00000000000000000007e05244fba3f77ab77f360bf5c8c3d9a2341fd19db267 1,292 1.00/1.00 vMB 22
544,052 544,052 00000000000000000017ae9ff28ba5b979c435f9db29c933fa1d0a32b688f420 258 1.00/1.00 vMB 12
544,051 544,051 00000000000000000019f668bdb280685faf83d254d6eff6acbd34f44f2d53fa 1,309 1.00/1.00 vMB 21
544,050 544,050 000000000000000000232cc84c5a0db4ff4f51d9ef8218ba3e23a0c476bd7422 2,712 1.00/1.00 vMB 31
544,049 544,049 0000000000000000000337657e03df584ea7ad2043530454f58002d1e72088a3 1,071 1.00/1.00 vMB 18
544,048 544,048 0000000000000000001b087f394800ebe9e91ac5448ee95c3eccec4a2c381a8e 615 1.00/1.00 vMB 15
544,047 544,047 0000000000000000001ce6ca31d8218bd405cddb80b44fe0a6bb5e9309852240 1,138 1.00/1.00 vMB 21
544,046 544,046 00000000000000000017256ab26c88931d7ae42c7be5aafbb362d11149c96c50 159 1.00/1.00 vMB 13
544,045 544,045 00000000000000000002556b9e057bd4fac81013ee22d4a84d38c67e6b3ee605 1,389 1.00/1.00 vMB 26
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.41 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.