Loading Tool

Explorer IconExplorer

Memory Pool

37,623 transactions
18.98 vMB
0.04046512 BTC
Random Selection Loading Transactions
Max Size: 105.23/200 MB

Candidate Block

Mining Attempt 536222d09f5c6f1d02c0e3cd1f199d93c26c9eb344d54d1cbe6b39355af6cd9a
Version 20000000
Previous Block 000000000000000000010dac05de2b34ea33515c2a07d1484dbbd0571d8d356a
Merkle Root d93692222ccadcc0719a38d22d49e6f07159ff48e06b555fa6a8ac6bd5e642f5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,775
Size: 1.00 vMB
Total Fees: 0.00397687 BTC
Feerates: 40.21 > 0.40 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,056 (785,980 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
128,076 128,076 0000000000000b980908396801f6ba911c1db2c77085594f6a098e4903de1f64 36 0.01/1.00 vMB 40
128,075 128,075 000000000000160ad9ec9607cb9ae1fb22ddff7492ba3695232d3c34e0ae8385 18 0.01/1.00 vMB 846
128,074 128,074 0000000000000060b5da156e692725c38fff894b958c11c002b1b98c69f42690 9 0.00/1.00 vMB 1,452
128,073 128,073 0000000000000dbfa145273080337deae1e9b675653d4824ceaeed0f8804dab0 80 0.03/1.00 vMB 494
128,072 128,072 000000000000034fe152f72669830eae8c8d7347fe2188765ffc2606aff96145 10 0.00/1.00 vMB 580
128,071 128,071 00000000000024f40fcb87168e153154fc11c340118e8c2166de4e21123db877 8 0.00/1.00 vMB 1,863
128,070 128,070 0000000000000556fbbf1812c309b4e867882556ede17bbb13149bc2d304ab72 36 0.03/1.00 vMB 761
128,069 128,069 000000000000091b27c86993ff1a5f87747de68a8be75fcb441569e4fa2ac0b9 31 0.01/1.00 vMB 794
128,068 128,068 0000000000000d8828e17eb8da66f8461b27cbcbb7ab6aefd383871e095b4f4a 11 0.01/1.00 vMB 346
128,067 128,067 0000000000001cefb7ab35eb15a93680cf4f2fe3b0d317ed95e1bc9a8f256274 64 0.02/1.00 vMB 189
128,066 128,066 0000000000001e620f1d7a62e8866efa7dfea17ca09a85d9e972891c5df7072d 11 0.02/1.00 vMB 733
128,065 128,065 0000000000001a2541787fb3524fcea7edb96864732d4d214e4f725bfaa1af3f 35 0.02/1.00 vMB 672
128,064 128,064 0000000000000ee962ab822b8cb4b8a309d85c1cb19f065722ee9ba60b522a82 5 0.00/1.00 vMB 899
128,063 128,063 0000000000001846879ddfa8b38e709cad6fc1e00acf6194f90ca97ed5e4a623 10 0.00/1.00 vMB 725
128,062 128,062 0000000000002667e8a1b2f5cc85d7821cce2d31c5e8ec5471ab0f7fa56831da 63 0.02/1.00 vMB 353
128,061 128,061 00000000000022a835b51574473e7efd64a3c32c60bbb09e95f000b0e4bddbe2 44 0.02/1.00 vMB 1,059
128,060 128,060 00000000000007c3f62d8abfe8961572464839db52209002a6a3aa3829a9ace5 9 0.00/1.00 vMB 503
128,059 128,059 0000000000002234af6f54876c84f11708a250cee9d66aeec83961596b78af92 65 0.03/1.00 vMB 900
128,058 128,058 0000000000001e523882a040a16f2f3b70ab4a91bbaf382936f33129db39a087 40 0.01/1.00 vMB 4
128,057 128,057 00000000000002bbbcc27a022469affb886c99a01c2a9a8e76271e812972829a 32 0.02/1.00 vMB 943
128,056 128,056 0000000000001adc1a9243cd93a481ca3b8b1b066180b92d651201616a72ef76 44 0.02/1.00 vMB 692
Previous 10 blocks ↓
Total Size: 780.69 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: 554.44 GB
    • Received: 6.72 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.