Loading Tool

Explorer IconExplorer

Memory Pool

81,101 transactions
29.55 vMB
0.10457751 BTC
Random Selection Loading Transactions
Max Size: 179.99/200 MB

Candidate Block

Mining Attempt 0e7b9d6da7384c2b85c6ff690272a10d5884d143bc7b3a1028f5b3d90a2bf5c0
Version 20000000
Previous Block 00000000000000000001968746f746008154af3e4db375ab1e0c87864c4db4c8
Merkle Root 15d7cbdd137459014d5c1cfd90612c6ab8198f4035753c4d4f54aab684399098
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,189
Size: 1.00 vMB
Total Fees: 0.04232928 BTC
Feerates: 201.05 > 4.24 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,080 (152,637 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
762,443 762,443 000000000000000000008e71110c1f98f3f7f2b4950ae52db1a899f2720cd9ec 1,035 0.33/1.00 vMB 14
762,442 762,442 00000000000000000002c50fbabe3092bb62de0dd414dc912edd7bbc9888a68f 513 0.15/1.00 vMB 13
762,441 762,441 00000000000000000004f880f3132c2769bb3f581277f3dad139c1e5f4e38ed8 537 0.23/1.00 vMB 13
762,440 762,440 00000000000000000002ae2bc05082c7aa922391c960fa12294bdd76141bc5b7 380 0.12/1.00 vMB 17
762,439 762,439 0000000000000000000500c59e43205b9e57857493d8b26671f950b211c6fd8c 2,645 0.91/1.00 vMB 16
762,438 762,438 00000000000000000005efdf253110fbe1f6b9b6cef6887be03a26d3615b6888 1,462 0.77/1.00 vMB 13
762,437 762,437 000000000000000000032ba4f8b69040b3105cac094a33b71897661c457732e9 1,478 0.57/1.00 vMB 8
762,436 762,436 00000000000000000003dbfa96a288c11476c3cd952ec8a2e3671dfc6d9b798e 2,847 1.00/1.00 vMB 22
762,435 762,435 000000000000000000008a61fdc26064b49f0ea65b63ee7f89b2f26d1e04f418 1,154 0.51/1.00 vMB 11
762,434 762,434 000000000000000000070a45978dec627c5001c5298b62c50fba1ff9a2496c85 1,114 0.54/1.00 vMB 10
762,433 762,433 0000000000000000000369a33bfacd854a0d49351befd4691eebf9b45cd48de6 2,453 1.00/1.00 vMB 16
762,432 762,432 0000000000000000000267457e119471b2edad8e7920f52ed5a594df24064b8a 2,441 1.00/1.00 vMB 17
762,431 762,431 0000000000000000000380536903d286f9010f25b6582c80a892c3e95bf80d06 1,143 1.00/1.00 vMB 2
762,430 762,430 000000000000000000006c1ce79436291043cdd0e434a773dbadafc7389870d4 2,472 1.00/1.00 vMB 9
762,429 762,429 000000000000000000009a9e3600a9429b130478f0af8e9454fdc5bca97cf5d9 1,841 1.00/1.00 vMB 21
762,428 762,428 0000000000000000000343071c8e42e323e8024fb1dfb30b231ac7a407ffc30d 1,988 1.00/1.00 vMB 18
762,427 762,427 000000000000000000018e164d1dc2be2212dff13db6d8aa03a98bb5db7975b0 2,648 1.00/1.00 vMB 34
762,426 762,426 00000000000000000001bb2d85e088c0f577de56672e0a2a085c1235e7e1bf18 1,542 1.00/1.00 vMB 6
762,425 762,425 00000000000000000001dcdeb75d9a199ee84f7729b5eed43d89b4110af64175 3,194 1.00/1.00 vMB 23
762,424 762,424 0000000000000000000014a1091e5554881655f287934f0e7ac976b5778a2bb8 2,394 1.00/1.00 vMB 24
762,423 762,423 00000000000000000004ac4a7e2db6626bdf891845dcdd3be8e55f31a3175b07 3,022 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.53 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: 668.98 GB
    • Received: 15.68 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.