Loading Tool

Explorer IconExplorer

Memory Pool

49,458 transactions
28.53 vMB
0.14016206 BTC
Random Selection Loading Transactions
Max Size: 152.60/200 MB

Candidate Block

Mining Attempt 4cedad0c2004dff540ad73177499cb7374b3cd673fd28d621d7aa1f397f9ddb0
Version 20000000
Previous Block 00000000000000000000b1984d270552e42f13088d246a845a7e06743b52c1f8
Merkle Root 378ba18657e5da061ec422d3dd4ff6c7989581e8ebd6797f651b2219579c2eff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,488
Size: 1.00 vMB
Total Fees: 0.08287903 BTC
Feerates: 301.05 > 8.30 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,790 (586,242 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
328,548 328,548 00000000000000001555f8cfbadb982455e7a291743e74b18bd120fd9c998795 154 0.11/1.00 vMB 15
328,547 328,547 00000000000000000e5a27013294a488ddb5426a5c63d6f7a8fee085a41efe3d 300 0.20/1.00 vMB 22
328,546 328,546 0000000000000000176d2554f70e8531eb352a00c986dec23c769fa7bd6b195d 215 0.19/1.00 vMB 21
328,545 328,545 000000000000000002986604739bc94cc42d5c6adf75186e80ba3dbb501a076d 256 0.10/1.00 vMB 29
328,544 328,544 00000000000000000d58b38fce29c90f91458b856936d18ca1221d304ede68b2 1,370 1.00/1.00 vMB 25
328,543 328,543 000000000000000018be217223df3ddd23fa3cca729250359f587ee831393990 652 0.30/1.00 vMB 34
328,542 328,542 0000000000000000023dbebb7043b0420cb52047e22e48e6f37c2e15cb480733 1,322 0.88/1.00 vMB 24
328,541 328,541 00000000000000000a621fc1b59724a0f6a1ff1819ff56d3bd389f725bd9055c 537 0.45/1.00 vMB 22
328,540 328,540 000000000000000016c1ca61d1068e2a818f47e35de0b9341e32cde2797e97eb 555 0.39/1.00 vMB 22
328,539 328,539 00000000000000001a9c8e29d0eb91d8e6bd26058632dfb40b3dbe9ee78be7cf 486 0.57/1.00 vMB 18
328,538 328,538 00000000000000001e3f2f9cba1ca0228855f6d425721b2b45d2ebdecd5c33c1 1,582 0.75/1.00 vMB 31
328,537 328,537 00000000000000000f841c100a5ca10b3d8f91a599fcd12fa176e7a7e4d098e8 687 0.47/1.00 vMB 23
328,536 328,536 00000000000000001b1171bebc376a47d0a16b53312a0524241f8e4d1d071f39 763 0.45/1.00 vMB 23
328,535 328,535 000000000000000000ab45c771945cd8c860cb696e7d9b7a1d4d2f0c5a9f9a79 888 0.53/1.00 vMB 24
328,534 328,534 00000000000000000108f2b32ef13f0a5f64309d29f2486b5057c446030f571c 695 0.25/1.00 vMB 36
328,533 328,533 0000000000000000093df8ce0d47d70cf940abb7c70a544a0c47cbff8894f143 1,759 0.90/1.00 vMB 27
328,532 328,532 000000000000000009da8fb2a7d734329310c7547628e130ee6ddaed9eb4845b 643 0.78/1.00 vMB 14
328,531 328,531 000000000000000013b5a3c080233ff1e98fc8e818a4c7f73c1f877ee603d89b 1,927 0.75/1.00 vMB 35
328,530 328,530 0000000000000000165619457c2fd3403c0f3705a6d605450a5edc8fc557120d 333 0.34/1.00 vMB 16
328,529 328,529 00000000000000000a90fc462182e99f2e55ccc3215271e5d9c04d0d72bff4c0 2,026 0.75/1.00 vMB 37
328,528 328,528 0000000000000000003789c22ec1124bbd1632bfdb4c0e190a09d6f931e52b87 715 0.45/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.01 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: 649.64 GB
    • Received: 13.19 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.