Loading Tool

Explorer IconExplorer

Memory Pool

43,120 transactions
27.99 vMB
0.06325293 BTC
Random Selection Loading Transactions
Max Size: 147.61/200 MB

Candidate Block

Mining Attempt ba36b1f68c7cf2213b4c6798b58d0f7a4afb0b8e71c8fe20799b180c26ff128e
Version 20000000
Previous Block 00000000000000000001c8540de5dceba6fe0c17c8f2c5409bc2924f72da5448
Merkle Root 7a11c73e628616062a09f746e0174a55994f0d5e20e67952445f7d54135086a8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,058
Size: 1.00 vMB
Total Fees: 0.01067461 BTC
Feerates: 106.37 > 1.07 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,834 (271,898 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
642,936 642,936 00000000000000000006850c35b4c296b5b04b7f9d6bbae85249e428fdd82728 1,952 1.00/1.00 vMB 33
642,935 642,935 0000000000000000000db48fefcbc9d389071be990b0ff07b02d3ea1f1e880f5 2,541 1.00/1.00 vMB 32
642,934 642,934 00000000000000000004dc51074f00e2ca6e0fa4f92983c62d53b81b90b6b5ad 2,824 1.00/1.00 vMB 89
642,933 642,933 000000000000000000020e9dcb578565a84cdb209806feb70df46ec1132ee514 2,795 1.00/1.00 vMB 77
642,932 642,932 000000000000000000063f17290cc1c47d959d9a471008d920625d8460462070 1,579 1.00/1.00 vMB 22
642,931 642,931 00000000000000000000d94d22a7a867986aa6f7b6e36c6c3fdcac18b1ecc8b1 1 0.00/1.00 vMB 0
642,930 642,930 0000000000000000000a75725e3eb71071db66e7ef11381833703c1803ac427a 2,039 1.00/1.00 vMB 81
642,929 642,929 0000000000000000000bb97deb03d9930b4b2ccaf0c5d11e75d71044212175f0 1,542 1.00/1.00 vMB 28
642,928 642,928 0000000000000000000e12d8b2be238b9899e0f20872e76ffef35cbcd4c11456 1,994 1.00/1.00 vMB 81
642,927 642,927 0000000000000000000e1301b3a9ec2a0e318edf703eb97d93d3cf0db5047517 559 1.00/1.00 vMB 16
642,926 642,926 0000000000000000000356f20016e1d41a1b16a6dc1c1872f8a258cf31f264ff 1,412 1.00/1.00 vMB 13
642,925 642,925 00000000000000000002f44c6e80e7ce036945f7a88436efb4b8ff430512c9ba 2,162 1.00/1.00 vMB 85
642,924 642,924 00000000000000000007c3fbe20750e01fad9b140067127b4a820a928ce58e62 1,324 1.00/1.00 vMB 148
642,923 642,923 00000000000000000006a1af330e6bf8139cee60d0f5e1bed775f705f5111c8e 2,674 1.00/1.00 vMB 46
642,922 642,922 00000000000000000002b26ffb99c4dfc8e242b8516ff7efb683df0e590e933f 2,405 1.00/1.00 vMB 56
642,921 642,921 0000000000000000000e5ae8c6e0ec97b0ca6db6f445b0f057a4f969f2f17bd0 963 1.00/1.00 vMB 19
642,920 642,920 000000000000000000070f697bc8ecffc5b8d82dc800c0d8ae1e302644cdf960 630 1.00/1.00 vMB 3
642,919 642,919 00000000000000000010a202561e34687a1878737d6b67d500b35191bfe2f312 2,126 1.00/1.00 vMB 50
642,918 642,918 00000000000000000001ef0c8dbdfc9d068d05b1a69754fcd3b219fb19b7027c 152 1.00/1.00 vMB 3
642,917 642,917 0000000000000000000c5566423ea7845a0146f42f74264cc0f1a70d17a16d84 1,416 1.00/1.00 vMB 29
642,916 642,916 0000000000000000000ffbf12c7e65f6d11a9d2db42e3c013688de26c8f88203 341 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.10 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: 651.65 GB
    • Received: 13.61 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.