Loading Tool

Explorer IconExplorer

Memory Pool

47,422 transactions
28.97 vMB
0.08921027 BTC
Random Selection Loading Transactions
Max Size: 154.18/200 MB

Candidate Block

Mining Attempt fa26628e8700f47af893c7b120e147cef2a406a04d9f7a78c4d21b5f7afdf5d5
Version 20000000
Previous Block 000000000000000000016a44f35d7af0f77f48ef2bc636d8a12c01afb38d3a85
Merkle Root f31136749e495bfd4f21a70e969f0cfe1a401c65f2e95e93281917b11fe2d513
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,995
Size: 1.00 vMB
Total Fees: 0.03324783 BTC
Feerates: 151.16 > 3.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,843 (516,692 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
398,151 398,151 000000000000000002523b261dae9bd67b70e2fc9e7615baa048fa9269cd9f15 1,380 0.74/1.00 vMB 31
398,150 398,150 000000000000000000e5f15bac935deb61d59b04b645b5a91692e24ee68d6ffd 1 0.00/1.00 vMB 0
398,149 398,149 0000000000000000006466b858444d52bd2c8f585f83120402b3e0d46620647e 2,527 1.00/1.00 vMB 49
398,148 398,148 00000000000000000204c381d7bf272b1782f93fe1926769d81393211bddfcd0 1,554 0.92/1.00 vMB 51
398,147 398,147 00000000000000000137bf5d42a6c2c91ac77ce5a913daeba280b2d99b20d16e 52 0.05/1.00 vMB 1
398,146 398,146 00000000000000000373342e4b7bb98b1af21d5eb89a15fffb0fd842b4112ef2 429 0.42/1.00 vMB 19
398,145 398,145 000000000000000000d863ddb00666536a57ff9a1727c2373b50b41354853759 1,931 1.00/1.00 vMB 37
398,144 398,144 00000000000000000556ae5f70e07ec4af8e2dcd3f7d1072d6cf5c1e44c8b67d 1,939 0.95/1.00 vMB 74
398,143 398,143 00000000000000000128f1b54d9d6600c91ef8358eba31af6c9592d6f7d3a967 1,561 0.93/1.00 vMB 33
398,142 398,142 00000000000000000702950bdaddd977547f3987fdcb5641efb19a1c64783e68 928 0.92/1.00 vMB 24
398,141 398,141 000000000000000002a1c5301cd1c4cd8e1b9fc824e77bc2aa8820c094248912 229 0.16/1.00 vMB 31
398,140 398,140 00000000000000000063c13f1f55cd280e29104dd062fb9664f303d0b9adecf1 1,468 0.68/1.00 vMB 48
398,139 398,139 0000000000000000060777f0d3544dc835651275d796e435ef5bf33cc7e33b8b 604 0.25/1.00 vMB 47
398,138 398,138 000000000000000006f45bc6968fb35f5ff4d18377eccc0a8d34f36350d226b3 1,304 0.81/1.00 vMB 34
398,137 398,137 0000000000000000062412b7baacef73153b0a06bd44061f53619f56c3a81a70 616 0.66/1.00 vMB 19
398,136 398,136 000000000000000004573fd0951b9e9cbfef971dc32e1aeab25f09adecedb7dc 1 0.00/1.00 vMB 0
398,135 398,135 0000000000000000038b6a738ed9133e4e23795770e671cd71e78cdd79533059 279 0.13/1.00 vMB 35
398,134 398,134 000000000000000004aa30174b06c08f163d4f717b0d605980e2adc0657242a4 2,310 0.93/1.00 vMB 44
398,133 398,133 0000000000000000017572c38bb960ee75844011afe604c0b7712c3616a0aa94 222 0.12/1.00 vMB 42
398,132 398,132 00000000000000000119a462c59cb0690b5af9a710283af3dd8e169549a6f4a2 520 0.65/1.00 vMB 19
398,131 398,131 000000000000000006db6f728ed38669ba5bfbad9d3368d865ed0c644c0d6923 813 0.44/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.11 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.99 GB
    • Received: 13.67 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.