Loading Tool

Explorer IconExplorer

Memory Pool

81,557 transactions
31.01 vMB
0.09095177 BTC
Random Selection Loading Transactions
Max Size: 188.24/200 MB

Candidate Block

Mining Attempt 5e6a2d0f203a0f2d6ef155c0c5af044bae8a25afb8e90408057de9abdf187e9e
Version 20000000
Previous Block 00000000000000000001ca07069b70e219df1106795fdd3699d6deb20743d8b0
Merkle Root b32875e5ceec75f4ffd4043c45335231943a525cfe856f1753289646b9941e6d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,684
Size: 1.00 vMB
Total Fees: 0.02418523 BTC
Feerates: 351.58 > 2.42 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,207 (37,754 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
877,453 877,453 000000000000000000021f4c1a9b5ae176c0faf8ad13f409a036e6277d15634c 314 1.00/1.00 vMB 1
877,452 877,452 000000000000000000028f5ced8829f185e9fbaa60f2558f46b43f2369ea33c7 721 1.00/1.00 vMB 1
877,451 877,451 000000000000000000012ed2f8fd56865533117712b6b31ceb80f6127939fcb1 843 1.00/1.00 vMB 2
877,450 877,450 00000000000000000000df1f9cb712c43b79418e72b5b1d7efe4316ef5873673 1,303 1.00/1.00 vMB 2
877,449 877,449 0000000000000000000177b496406f7d58a4e206645a81474fae79d543c1516a 1,206 1.00/1.00 vMB 2
877,448 877,448 000000000000000000019041a90686c58be1df1312a7f48a8ad5c9ba2cdc544e 1,701 1.00/1.00 vMB 3
877,447 877,447 0000000000000000000021d92d1e6c09f4de298c3e23cf7bff5b08d8aaa79df9 228 1.00/1.00 vMB 1
877,446 877,446 00000000000000000000302b17c73ffcbf0e233af61cbf60db045865e40c9570 2,081 1.00/1.00 vMB 3
877,445 877,445 000000000000000000024567c62e008f3e79ea32b065cae14604ebdf4f77384e 3,204 1.00/1.00 vMB 3
877,444 877,444 00000000000000000000cdcc50da38b9cb7cde602138398bec95cd1c935b1d83 3,133 1.00/1.00 vMB 5
877,443 877,443 000000000000000000020f8eb31b23e17a76d1101b19c6fcf16196e07aef8e9a 882 1.00/1.00 vMB 1
877,442 877,442 000000000000000000013521a9fda3b53dc0fed947e72a14107f9ee20e88e0fe 2,822 1.00/1.00 vMB 3
877,441 877,441 000000000000000000017ca71624f26de9bb6e2197a3bc0d6eb2a3adf609e88e 1,205 1.00/1.00 vMB 2
877,440 877,440 000000000000000000016ae345ecf9b522fcdb6dc26f8fd94323f14aaeb7148e 2,267 1.00/1.00 vMB 4
877,439 877,439 0000000000000000000129db91467a3693c5a9d949f32c0550c1491048ad8d4d 495 1.00/1.00 vMB 2
877,438 877,438 0000000000000000000000422a7b26176a63d5debbb1da15eb8bb1fd1d7869c7 1,588 1.00/1.00 vMB 3
877,437 877,437 000000000000000000022d9d88ca295182fc8d5238f9d7cc93488e0f3d4a5de1 260 1.00/1.00 vMB 2
877,436 877,436 0000000000000000000157c700ed3af8a5a0944a41c5b4d58ece8d2488a782b4 2,119 1.00/1.00 vMB 3
877,435 877,435 000000000000000000003d7f33adcc5d721ef0f5b42d3e049830223b21eed2b7 2,792 1.00/1.00 vMB 4
877,434 877,434 00000000000000000000d020b0b99436743d28454ae091a8c00c7601c9aca423 3,482 1.00/1.00 vMB 5
877,433 877,433 0000000000000000000278c45ed7f50fc5729f1ac7f35e38dca38fc9d9b38147 1,702 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.75 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: 708.65 GB
    • Received: 16.74 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.