Loading Tool

Explorer IconExplorer

Memory Pool

49,857 transactions
28.18 vMB
0.05993512 BTC
Random Selection Loading Transactions
Max Size: 151.39/200 MB

Candidate Block

Mining Attempt 5e435d85cfcc25ab62ef53a95a056473f564be726bb8f47d1cf971724f5e5e6b
Version 20000000
Previous Block 0000000000000000000197e3bd931f4f31822b12c15d7fb295a4a4a0aeabebf9
Merkle Root 1be1a19f49c12ab3560a48378e38439a9b5c54e12b3d1e0b5cfcf40943199301
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,035
Size: 1.00 vMB
Total Fees: 0.00638053 BTC
Feerates: 100.00 > 0.64 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,794 (605,860 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
308,934 308,934 00000000000000000e99642c57570d1519b09059ee1b63e7bb12468816e594b1 633 0.58/1.00 vMB 20
308,933 308,933 0000000000000000107c5f44e0b5ba910ced3f77dcc67a8f2cbcd2fe5db7ade4 636 0.25/1.00 vMB 45
308,932 308,932 00000000000000000220fafaef10b30c46c3909715d129d8a295ff80c5cdcb8a 543 0.26/1.00 vMB 28
308,931 308,931 000000000000000008e0d6ec6702c15f7032f35a1d915eacb9aeb54bd797483c 456 0.28/1.00 vMB 25
308,930 308,930 0000000000000000353768478b3f769074dfa1a6934ff0fdb72b8e17d65a454c 855 0.46/1.00 vMB 29
308,929 308,929 00000000000000002a126d5f8868d93beba1504f99e03b2aeb81add2e6b4705e 483 0.23/1.00 vMB 34
308,928 308,928 00000000000000003afe5a08705db5d5f74d603b8117c31907c92a0333a148d7 331 0.38/1.00 vMB 20
308,927 308,927 00000000000000000c2cca14b6394ba7f49d2ae1fa94417908f0455dd94a687c 705 0.75/1.00 vMB 20
308,926 308,926 00000000000000000fc8e9e417949691994b907ccbb86bac55470206a8fdb575 1,118 0.75/1.00 vMB 25
308,925 308,925 000000000000000028ef2dff705d59b56d3635ce66b14d7c877b40a1e83e2d57 430 0.25/1.00 vMB 22
308,924 308,924 000000000000000022a1d3449e214658ab96a2dc174183374719d330ac7fc5c7 1,666 0.75/1.00 vMB 36
308,923 308,923 00000000000000001b2a18b0219f071b49b3f6ff25c891f92b6a992245f40794 2,348 0.75/1.00 vMB 64
308,922 308,922 00000000000000000b1f71cc3f709b2a88fcc1e7482343bbb5291c866eed6c30 456 0.26/1.00 vMB 26
308,921 308,921 0000000000000000226ef5d46a68f2b7b3b7f1a65e1a736433dec8005b687138 107 0.05/1.00 vMB 20
308,920 308,920 0000000000000000179c39d35c090b7da042ded43ad49b911843fb418a983de1 496 0.27/1.00 vMB 34
308,919 308,919 00000000000000001af0126110a13dda286b49f0a1ef5a0bbe2842a8965f497d 227 0.17/1.00 vMB 51
308,918 308,918 0000000000000000256140a43d92a35e8b17e769bf3e6ff3bedbf0b3cb558894 166 0.09/1.00 vMB 25
308,917 308,917 00000000000000003f179126ce486744f76dc35b44ab517978439ebcdf1e7847 874 0.50/1.00 vMB 28
308,916 308,916 000000000000000040318bdfa8a91013f58aaf6a930d44d129c14c0e4a5f28d4 273 0.27/1.00 vMB 16
308,915 308,915 0000000000000000390427639e70afbfa02081bc27dc1cac46a11f4b6c53171f 256 0.09/1.00 vMB 44
308,914 308,914 00000000000000002b334c69ba263f875a41ddb740435eaf219bb78e23c07416 467 0.35/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.02 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.89 GB
    • Received: 13.23 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.