Loading Tool

Explorer IconExplorer

Memory Pool

47,372 transactions
31.19 vMB
0.13909798 BTC
Random Selection Loading Transactions
Max Size: 159.36/200 MB

Candidate Block

Mining Attempt eefd47da1fb2d314aee24bec3faf1e39597ff422ac3f8edbce52efeeeeea1e8a
Version 20000000
Previous Block 000000000000000000020406347aaf6e4d01835962e34f5aebaf3a79a389541a
Merkle Root 6fb0bbd5cb974ec6353525b723fd1f920abf34d399db0914329975b5329178aa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,720
Size: 1.00 vMB
Total Fees: 0.05950671 BTC
Feerates: 150.97 > 5.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,578 (481,788 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
432,790 432,790 000000000000000003743ad14d5d2d782f23c57a1f5c540a101e237c1aa5e3d4 299 0.16/1.00 vMB 57
432,789 432,789 000000000000000003addd9b093e24330c6fc330f27d888381c820ff83b45db2 917 0.42/1.00 vMB 56
432,788 432,788 0000000000000000024fd00b4a0c62fcb109cdd18532da4eaf3874bde6c6f5d8 1,527 0.98/1.00 vMB 43
432,787 432,787 000000000000000004161e216d32806d7504331bdcab3ea6f19ea1de60fd8e7f 730 0.73/1.00 vMB 24
432,786 432,786 00000000000000000147f9151d5d46f68d666942f4618b34f95cb8e798081738 2,298 1.00/1.00 vMB 56
432,785 432,785 00000000000000000183a7334fd8a335d7a578db3c0093d9b07d74c9f3847682 2,514 1.00/1.00 vMB 63
432,784 432,784 000000000000000002bc145f4224748ab567d06cd9c18b4c8021adf788625b4c 1,662 1.00/1.00 vMB 70
432,783 432,783 000000000000000001383bcbebf081672d3f9a5fead127eee5ff1f3e9269e1d8 386 0.99/1.00 vMB 9
432,782 432,782 000000000000000002e5d56f6ba85c8b3290e13e5a5668ae2a3f3a4887959e07 989 0.47/1.00 vMB 55
432,781 432,781 000000000000000000151848ddf7077a54f0f8aaa1e8f4a8a6e7bd75f1e46f34 775 0.36/1.00 vMB 57
432,780 432,780 000000000000000001914b0b1a84ce45b6bdd70e8913032e843733952d22a796 903 0.99/1.00 vMB 21
432,779 432,779 000000000000000003ff26a50d22ae5d7f45433a4113533aa2e16624a8882c79 146 0.08/1.00 vMB 40
432,778 432,778 00000000000000000111e19f783020dcec95fd6da6291c2030dac5f71bb8cdc6 91 0.07/1.00 vMB 59
432,777 432,777 00000000000000000180750cb8c74e515e88c716f2221987be2c6ca6e02d6e3a 1,367 0.75/1.00 vMB 47
432,776 432,776 000000000000000000f6fd13203d08106871d7607d520f6f4b4e8089a97b5d9d 2,474 1.00/1.00 vMB 61
432,775 432,775 000000000000000000191ff9f8d7b15e47f4c4f47a8713837806713232f249bd 1,676 0.75/1.00 vMB 56
432,774 432,774 000000000000000001ea5131bb8326ad1c0936924ede14b778837ef0148472f7 392 0.17/1.00 vMB 60
432,773 432,773 0000000000000000001591b1ab74c9e2ec87a9e9fde5cdd7f679434ef9573178 558 0.24/1.00 vMB 59
432,772 432,772 000000000000000002667b920484e5b90281a05ae7e3428806a649a839250b9a 809 0.35/1.00 vMB 54
432,771 432,771 0000000000000000007a0f88e3a0fa8c3769ae4ee7d882a7df62898cb289c332 2,533 1.00/1.00 vMB 63
432,770 432,770 000000000000000004147dda6f7ffc8fbf46348328bab8485da8896d80710bbc 70 0.08/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 626.61 GB
    • Received: 11.68 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.