Loading Tool

Explorer IconExplorer

Memory Pool

82,232 transactions
31.10 vMB
0.12078634 BTC
Random Selection Loading Transactions
Max Size: 186.11/200 MB

Candidate Block

Mining Attempt dd2ae3852e376fabcc8d3ca1fce6626c08921b5f3a200266ceb10aa1929ac30f
Version 20000000
Previous Block 00000000000000000000b8bb4db39a0e97c8954f43fc10a0b1b8a513d2398ed1
Merkle Root 8396418341c9bdbcb7efefc9fc6df77288a6967a5a7aa342882f0bbaef7c9cc4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,606
Size: 1.00 vMB
Total Fees: 0.03557274 BTC
Feerates: 101.42 > 3.56 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,150 (396,656 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
518,494 518,494 0000000000000000000328c28785ede49fc0b25d21722b67fe7d0b25a12dc597 2,652 1.00/1.00 vMB 37
518,493 518,493 0000000000000000003bf70b71b613ee82c53175f8c940772dfff9b6de75a55d 2,541 1.00/1.00 vMB 51
518,492 518,492 000000000000000000048981c5174773ac73351add66887fe5e75db3961f9399 2,274 1.00/1.00 vMB 7
518,491 518,491 000000000000000000007a3bf738846c2c285394d765f1c946f0fa6a7eef1165 1,331 1.00/1.00 vMB 12
518,490 518,490 0000000000000000000b5f738e14d7aa4f8026219b0c6e2be4252130fa371753 2,635 1.00/1.00 vMB 38
518,489 518,489 00000000000000000048c231ec1d88e99b490947d02adecdc4b9372c712d1e07 1,650 1.00/1.00 vMB 26
518,488 518,488 000000000000000000203285ed3cdc4928fa74ccfc9a278c4a79caf09a0d00b1 2,206 1.00/1.00 vMB 32
518,487 518,487 00000000000000000000cec563ad419c5ec55ea1ba07da58eb4dfce906df3273 1,231 1.00/1.00 vMB 18
518,486 518,486 00000000000000000009974f7174bfb745d7bd4ac4b8b86371dcecc5c52b07d9 1,700 1.00/1.00 vMB 27
518,485 518,485 0000000000000000000acf44fc55b4d9e12da3b4acc30bda75929b793e9a1815 2,928 1.00/1.00 vMB 24
518,484 518,484 00000000000000000037cd729f9a278fa2beac1a632a166fece6020439cdcd96 2,330 1.00/1.00 vMB 69
518,483 518,483 0000000000000000001c5874d874f31ef8d6d7b8e0aa8586773467fb57136733 1,045 1.00/1.00 vMB 9
518,482 518,482 0000000000000000000bd6a8cfdc7aab546e16af9dacb45a28a4396903b1182d 607 0.24/1.00 vMB 49
518,481 518,481 000000000000000000216dd2bc1e9c9db8cdb6af367b0656fc60c20f815aa228 2,187 1.00/1.00 vMB 13
518,480 518,480 0000000000000000000f1752b033d9ee9c9f8afd5c0b05055dc480b731e9fe29 2,037 1.00/1.00 vMB 48
518,479 518,479 0000000000000000001884e86f265aebb996b07b4755228c33fb081ef9b806d7 987 1.00/1.00 vMB 3
518,478 518,478 00000000000000000001d6fc179686ac3a41f582c4adf57392c705a94f0c63fb 2,380 1.00/1.00 vMB 6
518,477 518,477 0000000000000000001a95e0e76654e13efb7e1b3bb1fe5619b8de62f5fc8ddb 1,676 1.00/1.00 vMB 63
518,476 518,476 000000000000000000379ecd7866636d785325f118397eb246227028d186ac8e 1,346 1.00/1.00 vMB 28
518,475 518,475 00000000000000000011b82ac90352cfb4c15008c8e4fafc90ef5f59cd4bfb77 488 1.00/1.00 vMB 46
518,474 518,474 000000000000000000480e8cb06b51934f348e7cea1e260b8aa11bf0350b26a9 534 1.00/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 782.65 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: 672.95 GB
    • Received: 16.33 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.