Loading Tool

Explorer IconExplorer

Memory Pool

28,441 transactions
7.54 vMB
0.10048037 BTC
  • 1 sats/vbyte = 8 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 50.45/200 MB

Candidate Block

Mining Attempt 0d4bc753e15f25b31e65dcacb7984bd162b73198f8a48101d0c90f7679b1faab
Version 20000000
Previous Block 00000000000000000000a0b25530c0d828921a17fee918cdc3dd8f736c344da4
Merkle Root b98beec99ebed4c2ee9070db9cb85a79aae90a9911a96345d3ef22bedf268ebc
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,575
Size: 1.00 vMB
Total Fees: 0.06761486 BTC
Avg Feerate: 3.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,009 (716,129 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
196,880 196,880 00000000000004cc8ddf5472be7c4afddd55bc9677f88ce869924a298820423a 0.04 MB 108 135
196,879 196,879 0000000000000294847fda430c8c5dbac4b9e66db1de27f65e5c886e8e517530 0.09 MB 223 128
196,878 196,878 00000000000001fe5e5aa3fb1d01ec95f94472f14da96443d3c1684700d0fa02 0.08 MB 122 144
196,877 196,877 000000000000038fc36ac195b7a57578e761f1119b82269af44769c88bca2096 0.06 MB 113 274
196,876 196,876 000000000000024c8de303e240ddda8612de3e0fb6d282783ddaff309d50e866 0.13 MB 131 87
196,875 196,875 00000000000001df9fea7bb7e93d9b41554b5e0109cff1873d45de909732bd45 0.25 MB 733 185
196,874 196,874 000000000000062cbcdc2034d76af537be32ab78060c65b5f0371e0e772b683b 0.07 MB 175 816
196,873 196,873 000000000000019e0f9e773f119845416707852e9080eaf1f836e386a81107d0 0.28 MB 1,024 0
196,872 196,872 00000000000005779d5f3fcfef175a05b47a5005c8fc4036bf5a5fb969c72b2c 0.05 MB 107 140
196,871 196,871 000000000000027b1576afe49c5718d8b14ea7eb29a92455294a867c7a13c752 0.04 MB 112 194
196,870 196,870 00000000000003930ef018885a416b6779193bdf66194eb4106066c49b266205 0.25 MB 668 152
196,869 196,869 00000000000002cf4e55c3ff517e61d348327321adced409a9234e5656d31b54 0.00 MB 11 73
196,868 196,868 0000000000000236a590c765c6737326bab2c361ed263bdf62e0fdaa0a93402c 0.01 MB 20 58
196,867 196,867 00000000000005d890a59b8981ee52cf8cc224a9eb76ca51b931fb1d6ab4a99d 0.06 MB 197 988
196,866 196,866 00000000000004f66dd7cc69830ebf413344fec64c0eb6a8eba67e48eef1cf77 0.03 MB 90 131
196,865 196,865 00000000000004ba02a64c21ff9f48ee9938111aa3caf3aef1dff7747ed8706c 0.00 MB 1 0
196,864 196,864 000000000000067bda6e100fbbcc1ecc65da2f64dd04750804d37854a822b9d2 0.09 MB 195 463
196,863 196,863 00000000000000987fb1dcbd2b044e8d881535a981f3be3061c743afdcb7a732 0.08 MB 166 326
196,862 196,862 000000000000062ccbef786e6b94e57021e0ee7161b604bf0b89213f02eb6c67 0.11 MB 282 395
196,861 196,861 000000000000016333232691d219db930af4eae794cdc6983cd1e13ffe0da583 0.11 MB 325 293
196,860 196,860 0000000000000384c5deb16ab7a2805c81225b00e151bff5b9e39aa15b31128c 0.03 MB 59 157
Previous 10 blocks ↓
Total Size: 778.86 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: 390.28 GB
    • Received: 3.51 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.