Loading Tool

Explorer IconExplorer

Memory Pool

43,007 transactions
29.17 vMB
0.07762702 BTC
Random Selection Loading Transactions
Max Size: 150.08/200 MB

Candidate Block

Mining Attempt ffa90e76cbdf0e65b4949273b504ebff685ebac3bc6e5d38af2afbd1e347f2ff
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root 90ac30a4fe3efadd6e01f0fd613e0eb922fedf5a838e52257ac43158ccf7f1be
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,798
Size: 1.00 vMB
Total Fees: 0.02055911 BTC
Feerates: 150.75 > 2.06 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (74,718 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
839,894 839,894 00000000000000000001d3dff9aa77e67fb3341d5cb49c93f081c928be8660e5 2,624 1.00/1.00 vMB 35
839,893 839,893 0000000000000000000264cdeafcd3fd0e4f8e6dbaf4bddd60d4be3719927d16 2,521 1.00/1.00 vMB 45
839,892 839,892 000000000000000000012ad70b4adac3949cb274ef22a2ed4faae45bd24d39e1 2,629 1.00/1.00 vMB 50
839,891 839,891 00000000000000000000172a161cd33fd2fa123ff52f701d88fed27a1f1ead1c 3,098 1.00/1.00 vMB 67
839,890 839,890 000000000000000000017e3a1bc18ff29b520c7b6b9c86cb6696fe2b5f6dcf95 1,738 1.00/1.00 vMB 33
839,889 839,889 000000000000000000017445e57d2ac35fe72e32ac2f64a734cf51dca835506a 2,066 1.00/1.00 vMB 44
839,888 839,888 000000000000000000029a227b6c0abe8a47779908aae23d3daf2f16cc0122b9 1,313 1.00/1.00 vMB 31
839,887 839,887 000000000000000000021f27cf40ccdfb8dd6b1bf18e788e2cf418007d6372a3 1,496 1.00/1.00 vMB 41
839,886 839,886 00000000000000000001dd5661e9ef85cb91d0eee46ccabfb928418e623a78a7 1,045 1.00/1.00 vMB 31
839,885 839,885 000000000000000000028b7dc09e0c00ddeebb59e9a6e0a8b3407b051e3704b0 986 1.00/1.00 vMB 32
839,884 839,884 000000000000000000010585d5e8bbeeb186db8c9322a1721310edbfa68e1f39 1,199 1.00/1.00 vMB 29
839,883 839,883 00000000000000000001ed0ae84ff1590e267116dabb12ba7b50eab965c5c688 1,683 1.00/1.00 vMB 32
839,882 839,882 0000000000000000000117a9d2cf63ec4370f8dd9fb8801d2f101236755e7263 2,814 1.00/1.00 vMB 68
839,881 839,881 00000000000000000002b008155d54a1e4963a60dfe33db706fef92aad36204c 1,438 1.00/1.00 vMB 32
839,880 839,880 00000000000000000000bd9a326be1162def00a3e5d71d3000015ba9fd4827e0 2,028 1.00/1.00 vMB 40
839,879 839,879 0000000000000000000072202e08b415d81cbd5a0d2e76d28c46945440b9f2de 2,435 1.00/1.00 vMB 36
839,878 839,878 0000000000000000000017fd4d4575b53636be3067773cfefb4f821a4078cf30 2,404 1.00/1.00 vMB 31
839,877 839,877 0000000000000000000093438642929f976f9f6a83d1e6c7fb7350e97978040a 2,495 1.00/1.00 vMB 49
839,876 839,876 00000000000000000000865ea552c1b5a6ee5e8215caba15cc0b80a7c776a35b 2,774 1.00/1.00 vMB 48
839,875 839,875 00000000000000000001880318af9d2d8ad9ef1c41a706d572978f89824d8f79 2,695 1.00/1.00 vMB 39
839,874 839,874 00000000000000000000eaa8767f134ab71ceebd7837e40dfb204cb609368cf1 2,196 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 781.70 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: 629.20 GB
    • Received: 11.88 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.