Loading Tool

Explorer IconExplorer

Memory Pool

45,657 transactions
28.68 vMB
0.13505223 BTC
Random Selection Loading Transactions
Max Size: 151.69/200 MB

Candidate Block

Mining Attempt 91905b0e413cb354663e65fce842d9b201376c0ed37bce9f2e10781d5c1b7f86
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root 49a540928efcc3bfc7680c0008ceaf74545fe91c6cff4b3d37cf883e7be960a2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,675
Size: 1.00 vMB
Total Fees: 0.07565916 BTC
Feerates: 15,654.48 > 7.58 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (298,016 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
616,790 616,790 000000000000000000032cbb6d65179f8fd52e8231076a375942f96ddfc33ea5 2,192 1.00/1.00 vMB 10
616,789 616,789 000000000000000000060bf6aa2cefa6db5db2ce1cc2bcbf4080be7d936928e6 2,565 1.00/1.00 vMB 17
616,788 616,788 0000000000000000000636c58aaed03d14b983ffb9d59138263386a7990ec638 2,594 1.00/1.00 vMB 18
616,787 616,787 0000000000000000000e27c12c72549079b9b8f57dc9ce3639b5c579630d1b39 2,732 1.00/1.00 vMB 10
616,786 616,786 0000000000000000000eaa06d3b7583fe8eac32dd570900b78cd0a69459bede4 2,628 1.00/1.00 vMB 15
616,785 616,785 00000000000000000007c7186fd29956197dc96222b8db62334d73054efc33fc 2,741 0.99/1.00 vMB 32
616,784 616,784 00000000000000000002c20407ffc23557d4eb2c1790701fe1c516ff68e18686 1,572 0.54/1.00 vMB 5
616,783 616,783 000000000000000000061f05cad5465170f4ba7e392adeee9e441977cddf7f3a 2,354 1.00/1.00 vMB 6
616,782 616,782 0000000000000000000495deb5df2c4899d2515efc99339caa1d3f1917fb554b 2,803 1.00/1.00 vMB 13
616,781 616,781 0000000000000000000bfbcf62540cc037f85d4f0249b44aa4c0383bd813ffee 2,342 1.00/1.00 vMB 27
616,780 616,780 0000000000000000000e9127afed6295be4e09f562267257ad7cd139d5dd714d 2,552 0.95/1.00 vMB 1
616,779 616,779 0000000000000000000824b07160408ad4f2c02a8d76974b8110925bba6454f0 2,796 1.00/1.00 vMB 17
616,778 616,778 00000000000000000006ec134fc5e14d657ecfd75814ca2c06513df1854e805e 2,442 1.00/1.00 vMB 10
616,777 616,777 0000000000000000000e2597a17df1bf105051df1914511c1fc1565a70fdd74c 2,662 1.00/1.00 vMB 17
616,776 616,776 00000000000000000005e3b9f06fe01d4fa6b14fff5b1efd8b102688d558ecf4 2,344 1.00/1.00 vMB 8
616,775 616,775 0000000000000000000e1c2cdfd3ef16674900f7f54bcb4ffa3af2be8ab0acb4 2,229 1.00/1.00 vMB 7
616,774 616,774 0000000000000000000ac4ed6d6210fcd3b31efdd611be6a0dcb8d0362480ed1 2,672 1.00/1.00 vMB 17
616,773 616,773 00000000000000000000654b767b35f564ce2894a337559d3d54e7e6d3c12363 2,730 1.00/1.00 vMB 22
616,772 616,772 00000000000000000007e13c51cbb93c4f59e902db5c17f3dbfc33c01c01ed8b 2,717 1.00/1.00 vMB 25
616,771 616,771 000000000000000000052e07702069479e565384f93c0772bf62463effb4aeda 943 0.30/1.00 vMB 19
616,770 616,770 0000000000000000000dc149d950833a2b559fb97b482e617d85ebdcf927419a 2,842 0.92/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.04 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: 650.74 GB
    • Received: 13.32 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.