Loading Tool

Explorer IconExplorer

Memory Pool

75,004 transactions
27.63 vMB
0.07375833 BTC
Random Selection Loading Transactions
Max Size: 168.65/200 MB

Candidate Block

Mining Attempt c5a3a60a2eaea5a351034f8df0a9f62dd4c78fe4f2c6859a0642ae8d135613a4
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root 9d3c1073248a1470783fe79191c8f963796a2c484470e58a5710d9da266687ee
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,389
Size: 1.00 vMB
Total Fees: 0.01480892 BTC
Feerates: 80.55 > 1.48 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (538,088 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
377,170 377,170 000000000000000004f4e8d0179a23d4bf215b5b574d0ddb62d62c3ffa39716d 518 0.28/1.00 vMB 34
377,169 377,169 00000000000000000dc344c1729cbe07211fa3178a56c65f476cf6eb268c2f6f 1 0.00/1.00 vMB 0
377,168 377,168 00000000000000000acd9030df9e8b44f0586197fed11adaeb3815e37e7fbc8e 1,467 0.81/1.00 vMB 34
377,167 377,167 00000000000000000917ff3faadaaf1eb5a90cf337cfd7d66ff93ce72c1e759d 1,796 0.78/1.00 vMB 39
377,166 377,166 000000000000000007dc12243b9092dfa77b2d273383f844389925adfe68295c 142 0.11/1.00 vMB 21
377,165 377,165 0000000000000000059b129479bb4213fef90075b416bb3ba774d7d0a7004a59 2,335 1.00/1.00 vMB 39
377,164 377,164 00000000000000000563d76412b4bb03d4f8790814fa8cee277948b37a93ca11 465 0.22/1.00 vMB 32
377,163 377,163 00000000000000000d5a943c5f38dde750695ea47251e3ef3d428364a3107a10 1,527 0.98/1.00 vMB 24
377,162 377,162 0000000000000000025de22c666e5dd4f8ae8796b8cab1f46c642bd5e576790e 1 0.00/1.00 vMB 0
377,161 377,161 00000000000000000d4d14a4e4907aa397ef6476fb4b6d2f3b90cf8fd749c795 1,480 0.74/1.00 vMB 36
377,160 377,160 00000000000000000c56db7e05ad07f4c4bf1086742bae49c99f228845ad0ff0 1,598 0.93/1.00 vMB 24
377,159 377,159 000000000000000007b7cf644e50f69b620aa00f59aae9813eb9f348b535625d 554 0.50/1.00 vMB 17
377,158 377,158 0000000000000000019b036c432ab61dbb4461af3bbf488fd2fe73af20d2af67 509 0.75/1.00 vMB 23
377,157 377,157 000000000000000005e0880c2a062ce9f8dba6666c24b8be22eb09b8ccf4e1bf 405 0.91/1.00 vMB 23
377,156 377,156 00000000000000000e3d2defbd220bb3171f822c4d84c65a3f414c158a7c41aa 2,087 0.87/1.00 vMB 44
377,155 377,155 0000000000000000035b11cb9f1a0a961a196c2a1d12fc013d5c674c5fbdb56f 492 1.00/1.00 vMB 25
377,154 377,154 0000000000000000042da60ccf6d703cb1a298050e64053e653de27296ab4af7 1,697 0.93/1.00 vMB 39
377,153 377,153 000000000000000005925978f1e0c632e62c9718a2b9ad5cc3cd9146cade6477 853 0.50/1.00 vMB 29
377,152 377,152 0000000000000000011d7ec42f9c71b1ccacfcc76936ec426cb8bda815e88167 2,475 0.75/1.00 vMB 63
377,151 377,151 00000000000000000ebc3c85673ba22c3c6205ca7bac57b0f4b9ce4ec6411124 503 0.31/1.00 vMB 31
377,150 377,150 000000000000000010e71d6db5971b9ca0b1fe47c7b39a2ca3b253f78d0359be 885 0.55/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.84 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: 712.00 GB
    • Received: 17.15 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.