Loading Tool

Explorer IconExplorer

Memory Pool

42,307 transactions
29.45 vMB
0.07849473 BTC
Random Selection Loading Transactions
Max Size: 150.38/200 MB

Candidate Block

Mining Attempt eeda5bf940daaa7157b17b1c64899774799038e470f02f24f9319d9889c964c1
Version 20000000
Previous Block 00000000000000000001475c6914d089aea865d11945633aa877341c672131b9
Merkle Root e1237db7cebf631e4df88933bb91ee6b0282ff16083ff517700e905cf8edb302
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,409
Size: 1.00 vMB
Total Fees: 0.02066867 BTC
Feerates: 100.27 > 2.07 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,535 (581,890 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
332,645 332,645 00000000000000000d413fe3d546ea69f416d9b25cca0c33e090970814545cd5 2,469 1.00/1.00 vMB 30
332,644 332,644 000000000000000004fe9575f701af54e651378d175c500d896ac4d8bc975e88 2,560 1.00/1.00 vMB 32
332,643 332,643 00000000000000000fe54e7d6d6f8274e08fda850f7e7059825885f5b7a40738 64 0.02/1.00 vMB 23
332,642 332,642 00000000000000000969d51456e7069855c86137edc6f8d8fd101ff19c643ee4 502 0.36/1.00 vMB 21
332,641 332,641 000000000000000008d5464e55ec06873683a4f29cfe1fbcdb90f820797eeaf8 570 0.35/1.00 vMB 19
332,640 332,640 000000000000000005050188c4b38ab58644e1b69aad22dcc99e819d1deb0bb5 178 0.18/1.00 vMB 16
332,639 332,639 00000000000000001133acacb92e43e24af63a487923361a4a98c87a5550dffe 1,357 1.00/1.00 vMB 20
332,638 332,638 000000000000000012cc7944a3dab6aa9284e770a5e599b1a31373d6ce86892d 941 0.75/1.00 vMB 20
332,637 332,637 000000000000000004e653102c781558f83d96612d0bbb9a60f7fc3cea2f4959 303 0.75/1.00 vMB 13
332,636 332,636 000000000000000004b30509a883609cddf7bdb3b69cbe8ed45ef5357baeb935 1,026 0.50/1.00 vMB 27
332,635 332,635 0000000000000000029288b65ffe61d428849a92716587bc5848d64131e59735 1,073 0.75/1.00 vMB 22
332,634 332,634 00000000000000000fd64591fbba25fce2424eecfa5b6bac4790903d9af74234 1,519 0.83/1.00 vMB 23
332,633 332,633 000000000000000019b43774853519182ac0251f6cbeeba6dcba5e608f86942f 512 0.14/1.00 vMB 46
332,632 332,632 000000000000000011e8d2b899461c71c402b95b86664b938b954ea25a3f4184 64 0.03/1.00 vMB 16
332,631 332,631 00000000000000001b404749571169ee4b4fe5843f2edf0d938e5a9e821e8127 694 0.38/1.00 vMB 24
332,630 332,630 000000000000000003ad302ac36fe7fc02f8e4550bdc112b8f14a3a80cb6e84c 938 0.65/1.00 vMB 20
332,629 332,629 000000000000000019049d9bd2fb279ca692bff013f581f8a16cce305626531d 13 0.01/1.00 vMB 2
332,628 332,628 00000000000000000e464c8f285694769622c99d744628270975efc9fcc33698 1,718 0.97/1.00 vMB 26
332,627 332,627 0000000000000000011dd98a9ea9d44fbdd312760cbd3a464f5e44f559aa7807 1,305 0.95/1.00 vMB 18
332,626 332,626 00000000000000001ae2717d0c065b7a23a0d8f6a7928890bece797efba1cd30 512 0.15/1.00 vMB 61
332,625 332,625 000000000000000015eb68320f48218047091203287838e4f02bd9b830521394 1,026 0.63/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 781.56 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 622.16 GB
    • Received: 11.30 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.