Loading Tool

Explorer IconExplorer

Memory Pool

45,359 transactions
28.25 vMB
0.06877371 BTC
Random Selection Loading Transactions
Max Size: 150.09/200 MB

Candidate Block

Mining Attempt 0b12f0dd39a29fa34915f2a8aafe02f02a8232462359f8442717ac8d609af6ea
Version 20000000
Previous Block 000000000000000000016a44f35d7af0f77f48ef2bc636d8a12c01afb38d3a85
Merkle Root f80a93cec9482a7ca288ff30e06604807ec766d89bbb1e9ee6c3baae66398255
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,553
Size: 1.00 vMB
Total Fees: 0.01529003 BTC
Feerates: 100.23 > 1.53 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,843 (798,900 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
115,943 115,943 000000000000622a38819d49bf19ae97b75c4e853093d040bcac36be73399072 3 0.01/1.00 vMB 0
115,942 115,942 000000000000b8fe0f75e0e17c1cb34dff55d3ebec3da3e75a3dfe0af8f96fd9 3 0.00/1.00 vMB 1,434
115,941 115,941 0000000000000937a2672f3be53f43f236a37eb70f3a4f4347ebcd2926a24cf2 3 0.00/1.00 vMB 0
115,940 115,940 0000000000000586407a7d03ddc02b12025ad7ca9784fd5b86fd8443e6d6aafc 5 0.00/1.00 vMB 0
115,939 115,939 000000000000611dbdf1a15c9f38e9b8b5e6d8ffa83f074e1d5f881350c02972 1 0.00/1.00 vMB 0
115,938 115,938 0000000000007009f194071a94b700ceb513a6fcaa92a6b17f93a79c6100b6d2 7 0.00/1.00 vMB 959
115,937 115,937 00000000000040f370f6ed29ebeff1ccd9a4854ac4589cb589f8c590096ed372 6 0.00/1.00 vMB 0
115,936 115,936 000000000000ca11ed39feba1e60a1b885befafbb6532ece763ba18bdc05ffdd 3 0.00/1.00 vMB 1,443
115,935 115,935 00000000000091d47cec2720ad6f24b02f507af99c39b5d61bde39ff986c1265 19 0.01/1.00 vMB 359
115,934 115,934 0000000000005f9adb0565a4a298114b0eb3972f487c58cb25bf9634045dd01b 16 0.01/1.00 vMB 463
115,933 115,933 00000000000034707bbfe1a71fd19973638d200ad63fca83bdbdf1b44ef56f8c 2 0.00/1.00 vMB 3,875
115,932 115,932 000000000000cd608090462ee56af84cc81a2205c417a8e2895e83592bd215bb 9 0.00/1.00 vMB 335
115,931 115,931 000000000000d68c7676b54133d16394e9daf7b0703c3025e34875ecb317f0fd 13 0.00/1.00 vMB 2,134
115,930 115,930 0000000000001af2ee32eea203ab0904254c0bde60cd76b1dd883b071b295a35 11 0.00/1.00 vMB 302
115,929 115,929 000000000000db9caedc38422d55d6d30d2b68dd204520b1c151bacab582c292 1 0.00/1.00 vMB 0
115,928 115,928 00000000000055897f953e071ec1e3e7ccfe0108b9b29ecaed5b8ff69715cd4f 2 0.00/1.00 vMB 3,875
115,927 115,927 00000000000080f129893f4e539f6fe9efc8bfe05e623892e462bb54cff17223 5 0.00/1.00 vMB 0
115,926 115,926 0000000000008f7a1fe753c66a13844015e85a3cd869b09e9879aeceff475527 4 0.00/1.00 vMB 0
115,925 115,925 0000000000003f4c1e9b2811cc6fc365acbab720e73f66bca9f0cb56e86ef645 2 0.00/1.00 vMB 3,891
115,924 115,924 0000000000000d247424eac2961279de5a4fb52a2c927a0aa216b242643de4d8 1 0.00/1.00 vMB 0
115,923 115,923 000000000000a7f8891aba4dc2d167352d5fce5909f13aefde1556ccb69296ff 3 0.00/1.00 vMB 0
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.96 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.