Loading Tool

Explorer IconExplorer

Memory Pool

76,802 transactions
28.70 vMB
0.11397711 BTC
Random Selection Loading Transactions
Max Size: 173.64/200 MB

Candidate Block

Mining Attempt 97a21ed4fcf9002d1f4b30954e3b8d4ff1b1a7d9f758c4d58d81557cd611e3f6
Version 20000000
Previous Block 000000000000000000009f1c3d628decaf53046a7e17575a65fbaae2fc1ca795
Merkle Root 49da13db27706a39e41901ee5be51e6e5d3d7e9ffecc425a0b6b15cdb91de95e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,016
Size: 1.00 vMB
Total Fees: 0.05434559 BTC
Feerates: 101.65 > 5.45 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,116 (577,200 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
337,916 337,916 0000000000000000007851ddb6c0e521063e6d6baf13e57669a5b0b4472cec3d 167 0.11/1.00 vMB 15
337,915 337,915 00000000000000000a7d2d4d9a92862365a6d37886ab92463fe7babe946539c4 347 0.18/1.00 vMB 25
337,914 337,914 0000000000000000182ee6813a9cee6a4e525c946a8c5b809004e08314d8eb6e 754 0.52/1.00 vMB 20
337,913 337,913 000000000000000014c5f8d444e1ff2a6183317673e3649a476647162a33d006 858 0.35/1.00 vMB 36
337,912 337,912 000000000000000018180e47e144f50bda62599ad48287f21b9c0f9565001d4e 540 0.30/1.00 vMB 29
337,911 337,911 00000000000000001ad522ba9a47ae81687ad49bc9271e8515d2f90c37d3b10e 230 0.12/1.00 vMB 19
337,910 337,910 000000000000000004a3127f741e02fb1b03be77e7c4a5d9a327b81c24cc9b30 936 0.54/1.00 vMB 23
337,909 337,909 0000000000000000159d30db1cb60bc05315b6abe4a7253acca4ba4771a7e1c0 718 0.49/1.00 vMB 21
337,908 337,908 00000000000000000b526626305faa47143f877ac4218042097d6852f0af18f4 64 0.05/1.00 vMB 60
337,907 337,907 00000000000000001a19d2fa9c90334c7e67a2e0da656948d04284f977e3b9a8 256 0.09/1.00 vMB 40
337,906 337,906 00000000000000000a38001f789623f9f1cc5e71e4ddb4782470a87ef588983d 617 0.31/1.00 vMB 25
337,905 337,905 00000000000000001532397bda6961f2f1d4cdc7c9594b1b67d593251e26eaff 359 0.24/1.00 vMB 23
337,904 337,904 000000000000000014c61902001cb35ecaa8047d9c9e39703f1f878827471668 865 0.47/1.00 vMB 25
337,903 337,903 0000000000000000151e7b4bfce51be233e583c6d0442c54ecd9047af7bcb9da 563 0.29/1.00 vMB 26
337,902 337,902 000000000000000016fb8d42037e6aadf5c1e324ba2bf2ab8819e1f06cb385d7 1,094 0.56/1.00 vMB 25
337,901 337,901 000000000000000006f363e88b643cbfb988e356271a5d6f682c4480fd34d689 126 0.10/1.00 vMB 11
337,900 337,900 0000000000000000121bd2780af13fef26f26bd8c40d3e37b67e46f4740623ee 154 0.09/1.00 vMB 21
337,899 337,899 00000000000000000410cb90b44edd663b97fec08ac5e0f9f3635782dfd3a8de 788 0.47/1.00 vMB 28
337,898 337,898 00000000000000001958268285d18286311aeec2f0983428cef5d0ee0fcd5c75 77 0.04/1.00 vMB 30
337,897 337,897 000000000000000018e91848f33adebac2d6eb1200e69f4e936fb78965a813c5 70 0.08/1.00 vMB 16
337,896 337,896 0000000000000000144faa2f8f07d9873f0deff3efd05a71c376a1868eaf7519 217 0.08/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.59 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: 671.52 GB
    • Received: 15.95 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.