Loading Tool

Explorer IconExplorer

Memory Pool

56,147 transactions
31.89 vMB
0.20508602 BTC
Random Selection Loading Transactions
Max Size: 171.93/200 MB

Candidate Block

Mining Attempt 5dccdff3a003a5ad155763bc3ca0b52bb8e2206852e40e87bdedc8af29c2eda4
Version 20000000
Previous Block 00000000000000000001073fbbdfd9cf89877f0a8ea98729a2d0c883dbdb3937
Merkle Root a2104d0f76206a5e1f26b8a6128960256b65e4e3977531dd7c604d2a6d159dfc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,530
Size: 1.00 vMB
Total Fees: 0.09337771 BTC
Feerates: 502.67 > 9.36 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,813 (80,112 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
834,701 834,701 000000000000000000014d17b210a9a893e727685a21a51cf67fd698e7c3b210 2,609 1.00/1.00 vMB 28
834,700 834,700 0000000000000000000262970ea32768668aba73aba631b9a17871fbe988b6c5 2,922 1.00/1.00 vMB 33
834,699 834,699 000000000000000000014e6470d64f5f9e9c370325adaa8628841feb07a62ad0 2,823 1.00/1.00 vMB 32
834,698 834,698 000000000000000000016689b7bc5c942590217ef4133ae099f4590e11cad6bb 2,823 1.00/1.00 vMB 38
834,697 834,697 000000000000000000012e79bfb1284e485a989d6738607e60261f36c6ed1c69 2,425 1.00/1.00 vMB 34
834,696 834,696 000000000000000000001f63ac008c922123909aa69fb0e2361832f9681d3f78 2,797 1.00/1.00 vMB 42
834,695 834,695 000000000000000000003b869494f4d6e7de0436d5ecd1b9e897728cdf5ca940 2,416 1.00/1.00 vMB 43
834,694 834,694 000000000000000000032080d9971831489f0e8717f7712dafe544aea76f2b1a 2,570 1.00/1.00 vMB 39
834,693 834,693 000000000000000000032b3666aa4da769d272e90a3b95819433ef1ad8cf0f91 3,090 1.00/1.00 vMB 43
834,692 834,692 000000000000000000012752a33c23b9ce962550038e2be0df0a78d9dd9ca3cb 2,306 1.00/1.00 vMB 38
834,691 834,691 00000000000000000001990068054836c67680980207ee7174bb35bc1546deff 3,043 1.00/1.00 vMB 40
834,690 834,690 000000000000000000007a95f8bcabcde05f37c8fe9f37cbf8422ecf25feefcb 2,277 1.00/1.00 vMB 34
834,689 834,689 0000000000000000000026ebf8f613a1ce69849f12e2c5f8fd9867c2402e60fc 3,047 1.00/1.00 vMB 33
834,688 834,688 000000000000000000004d22a806f5fc6e4ee8ebfc8bcdb921d0f47cad8bf62d 2,719 1.00/1.00 vMB 37
834,687 834,687 00000000000000000001a680cb297921d300dadaab79df9876303b6c0bd9dd69 2,921 1.00/1.00 vMB 37
834,686 834,686 000000000000000000017ff36e3f004964cdaea7d5e397965673ec5ef9ce9337 3,081 1.00/1.00 vMB 45
834,685 834,685 0000000000000000000132006d75c39161b70fd058da1b740ab02c3f1df4470d 3,063 1.00/1.00 vMB 46
834,684 834,684 00000000000000000000a61883c3ad65d2e4f01aa6bed2d3b444458ece02e11a 2,385 1.00/1.00 vMB 31
834,683 834,683 000000000000000000002f6b3e39e0224d8126f6be1f97d54b4926c3ddda49ba 3,464 1.00/1.00 vMB 38
834,682 834,682 0000000000000000000191fb4e100c2c4e406994c58d45032c1fe2381f6d6c8a 2,849 1.00/1.00 vMB 26
834,681 834,681 00000000000000000000f0a66af81c03846a369344f7cfa0f25d9d32976c4a8a 1,169 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.06 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: 651.13 GB
    • Received: 13.42 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.