Loading Tool

Explorer IconExplorer

Memory Pool

26,668 transactions
25.36 vMB
0.03818148 BTC
Random Selection Loading Transactions
Max Size: 135.60/200 MB

Candidate Block

Mining Attempt 41606c9c0e0b58bc9c1bc1013bd3fac8b74b130af33eec9f19ff5d667d1770c1
Version 20000000
Previous Block 0000000000000000000075c25d4f5d1139b18fcc099b8cbd0f832e3881762eeb
Merkle Root 49452abca12d6d52ecdd340f91403d666fc5234394dda43206fb6fc55b5e7103
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,612
Size: 1.00 vMB
Total Fees: 0.00994374 BTC
Feerates: 48.51 > 1.00 > 0.13 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,590 (124,566 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
816,024 816,024 0000000000000000000144890050ced22a4cd7cc7793c087612d53dc78fe5dcf 4,625 1.00/1.00 vMB 287
816,023 816,023 000000000000000000035f8f5e9ea7d7576058bf208276d22c8df619a18bb4cd 5,210 1.00/1.00 vMB 301
816,022 816,022 000000000000000000005deeb4f1e09f3ed93c0c16f3b2c70e4ed1ec84ffb889 4,444 1.00/1.00 vMB 304
816,021 816,021 00000000000000000002745f5dc332c3f8373773c05f3507c51bbfb4e402359b 3,746 1.00/1.00 vMB 326
816,020 816,020 0000000000000000000331aebfda85a627b97c10ee91a3a4da72240f8add91a6 5,225 1.00/1.00 vMB 243
816,019 816,019 00000000000000000004045aa384c5adeafb1f022169ff78ab5082a9c49bc7c4 5,031 1.00/1.00 vMB 273
816,018 816,018 00000000000000000003bceabb3daf8129da7c53966486b102801ef1296dd1fc 4,538 1.00/1.00 vMB 289
816,017 816,017 00000000000000000003f56fbd4ccff01961747674a4b41bede4efe58c4cbf8f 4,621 1.00/1.00 vMB 296
816,016 816,016 00000000000000000002cfbe2f6b46350a76a620109dc7c5a4b7b7485ac06dd1 3,011 1.00/1.00 vMB 320
816,015 816,015 000000000000000000040b6427cd302479a9aca1d108893b21db31273ff77674 4,228 1.00/1.00 vMB 250
816,014 816,014 00000000000000000001422867fe8e77ac3def69428a06f41856d4bd47eb6a76 4,060 1.00/1.00 vMB 242
816,013 816,013 0000000000000000000169ccece6a57ec3cf443ee1dc7c0345234d9ffa2a76a5 4,374 1.00/1.00 vMB 201
816,012 816,012 000000000000000000021eaac6f538ac6da8f8ef85751d514110752139a13c2e 4,245 1.00/1.00 vMB 221
816,011 816,011 0000000000000000000087fad40d3343e2018594c9522dcc1a014b97cb48621d 3,678 1.00/1.00 vMB 242
816,010 816,010 00000000000000000003b90210aeeeff7ebe243034fd5e008d69254c0060ceca 3,894 1.00/1.00 vMB 189
816,009 816,009 00000000000000000001d83caca0a02ad542da1bfac88ec1098bbe21c9c8584a 4,833 1.00/1.00 vMB 208
816,008 816,008 0000000000000000000033d5383cc774f559dcee377a3f6cff6a577a35190a41 4,073 1.00/1.00 vMB 200
816,007 816,007 000000000000000000000d0d978c94c9ec5b84fc2e3b72cca980a6139e9bd438 4,510 1.00/1.00 vMB 217
816,006 816,006 00000000000000000002e05d6d3899fde248010f74a4ecddbfeb2a47bc304b0d 3,680 1.00/1.00 vMB 222
816,005 816,005 000000000000000000019e0505ac5963d9e822b112422aca5efd384456e546a9 3,691 1.00/1.00 vMB 142
816,004 816,004 00000000000000000003dbf0e18154381ca135711993d6f03728d2536208620a 4,325 1.00/1.00 vMB 206
Previous 10 blocks ↓
Total Size: 827.82 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: 4,509.37 GB
    • Received: 244.36 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.