Loading Tool

Explorer IconExplorer

Memory Pool

81,553 transactions
29.99 vMB
0.15802840 BTC
Random Selection Loading Transactions
Max Size: 180.60/200 MB

Candidate Block

Mining Attempt 6e7e3c081da588ea61bbb9c3ec5e5f86e607417319ecc572a32e04a7d9c25468
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 160dfa005203a1fece950010fe15e244483ce87b12a429a2f3817dba3691d2a7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,774
Size: 1.00 vMB
Total Fees: 0.06010426 BTC
Feerates: 1,002.91 > 6.02 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (492,445 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
422,860 422,860 0000000000000000018b01f207cd3be17e2ad35b975ab309557b44a4d783742c 1,882 1.00/1.00 vMB 57
422,859 422,859 00000000000000000132fffecc67d172a00d6d0ce269676a90d276e914920377 2,476 1.00/1.00 vMB 94
422,858 422,858 000000000000000005125dd5c7b23ccbcd7727f9e48bef06f2f70a8bc7869162 2,830 1.00/1.00 vMB 69
422,857 422,857 000000000000000000216611f0530d8582e3b49ccf8aa8226f9d598e6c44b200 1,844 0.75/1.00 vMB 93
422,856 422,856 000000000000000003b2022e5a590166015aa6216baecf2c192cc529de7d9c2f 2,566 1.00/1.00 vMB 103
422,855 422,855 00000000000000000106704741fb6a5b1dfb2fa4a2e4cdc483df67b47272d998 922 1.00/1.00 vMB 39
422,854 422,854 00000000000000000403472f44c24095def7c924a6c19ec112ba37768f95fb1b 1,749 0.77/1.00 vMB 69
422,853 422,853 000000000000000002b439cc3326f770d87a5fd5d3506f4d0714936bf48abe6e 1,235 1.00/1.00 vMB 35
422,852 422,852 00000000000000000282b70583b1feb1e3099f1a98b6bdc713798bc4d5b0035f 1,901 1.00/1.00 vMB 51
422,851 422,851 000000000000000002fafb8c7d1c5e0bae2b13b7d1c8a2113d9311404cbffe53 14 0.00/1.00 vMB 166
422,850 422,850 00000000000000000438dcf234b61653b9a09991c27f9508e37be78af8d6930a 2,343 1.00/1.00 vMB 66
422,849 422,849 000000000000000001169b3cb098520aaa53f600596f0ae62f8d383e01345221 2,104 1.00/1.00 vMB 68
422,848 422,848 000000000000000000f0ccde2b1199be5fec5360f20569deec5e945946f082b3 2,281 1.00/1.00 vMB 75
422,847 422,847 000000000000000001f726199a7ceceb37d9e3220cad6d1a261969f3d59c9325 29 0.01/1.00 vMB 46
422,846 422,846 000000000000000001870f23030c6d8f88fed4f6d5e70b51dbba07f519dbc8a8 12 0.00/1.00 vMB 80
422,845 422,845 000000000000000002a30157bdf69419261353bf3409b69046cac3b500a32d7b 1,909 0.75/1.00 vMB 82
422,844 422,844 000000000000000002e1b1786985fec4043cb7df1e4112ddc054a6663cd66c1c 2,527 1.00/1.00 vMB 83
422,843 422,843 000000000000000004ff4eb2768b5c84c7885263400717bc8a126afdf0405c9f 2,328 1.00/1.00 vMB 58
422,842 422,842 00000000000000000091f6579991756104f84d3eb0f38f25227ab4007cabe2cd 1,730 1.00/1.00 vMB 51
422,841 422,841 0000000000000000044cf4fa155bd33b30cc0d5ebda1df9d69a9ff0d242a0c34 1,089 1.00/1.00 vMB 56
422,840 422,840 000000000000000002fd0591f7bd404446e38adfb2db3a8c2509d2fb141dca2e 3,118 1.00/1.00 vMB 99
Previous 10 blocks ↓
Total Size: 782.92 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: 714.48 GB
    • Received: 17.55 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.