Loading Tool

Explorer IconExplorer

Memory Pool

42,025 transactions
27.73 vMB
0.07693874 BTC
Random Selection Loading Transactions
Max Size: 143.18/200 MB

Candidate Block

Mining Attempt 6e9cc2d4d4b81dec3d8757b1e8d59ebf6c51866c53571a6369ffe2c949c95170
Version 20000000
Previous Block 00000000000000000000a1786ddd55fd420afa28e0b26d3cdf698b7c13a266b5
Merkle Root ff583c2e71120f2b24a6478a157c71a5d01c89779c788d429c0b0d83fe06b7ef
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,224
Size: 1.00 vMB
Total Fees: 0.02153135 BTC
Feerates: 180.63 > 2.16 > 0.60 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,661 (237,500 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
677,161 677,161 000000000000000000024caee545570154a5b2fffaea00edac4c14f004d58eda 2,582 1.00/1.00 vMB 92
677,160 677,160 0000000000000000000ab1cbddd2cd9cb69f1591dfc82be0fae99af45f2a5a67 2,452 1.00/1.00 vMB 64
677,159 677,159 00000000000000000007a9b3e9d8a0aefa9a638f2db4e79390b0df7eb7ce42a2 1,661 1.00/1.00 vMB 48
677,158 677,158 000000000000000000085ed953fe4ac0f5caf36f6ca87c8c045ceac0e8b78b17 2,206 1.00/1.00 vMB 71
677,157 677,157 0000000000000000000a3ea975dda138ecb0f60542d6e04b7bc39b9fcf13bd3c 2,978 1.00/1.00 vMB 58
677,156 677,156 000000000000000000081a4e802f72ba7d21c186305d44d19691ec53122ff43f 1,546 1.00/1.00 vMB 62
677,155 677,155 0000000000000000000c76174f50e6df44f10b7339ac12848bf6cc31e53431ae 1,933 1.00/1.00 vMB 69
677,154 677,154 0000000000000000000b3c3eaf71a52dd105fad3de7ffb614be1fc735548d434 2,464 1.00/1.00 vMB 68
677,153 677,153 0000000000000000000786e99fd5c1248e8c789a16c4c603a82aa50b0a95afa0 1,081 1.00/1.00 vMB 66
677,152 677,152 000000000000000000042072e80441695d1984979346f13a009b1d616cdd2c50 1,057 1.00/1.00 vMB 74
677,151 677,151 00000000000000000002c30085b591a824924fdb8e61244d6546c3e16255453f 1,327 1.00/1.00 vMB 66
677,150 677,150 00000000000000000003fed1569d49cdca678243626eaf185c1b126c4f00b53d 2,549 1.00/1.00 vMB 69
677,149 677,149 0000000000000000000a21339995ad00a7b2b2d77c67121a22422b21796ad510 2,791 1.00/1.00 vMB 93
677,148 677,148 0000000000000000000408f1f1e8fad8c6892512a6331a2c55fc6cdc3508d530 2,880 1.00/1.00 vMB 87
677,147 677,147 0000000000000000000235a5b19d4ddd123f3a60535dfb2734ea2809527f6770 2,841 1.00/1.00 vMB 100
677,146 677,146 0000000000000000000a3472c47d75be93adef22101acdccd5e994dcbd90b3e9 1,445 1.00/1.00 vMB 75
677,145 677,145 000000000000000000006528753ab305e60eecfac63681c6745f016077c777e1 3,241 1.00/1.00 vMB 70
677,144 677,144 000000000000000000003447444407b20c45cdf0e82cf5aa3da3808634f2fbf9 2,712 1.00/1.00 vMB 88
677,143 677,143 000000000000000000019e988028a45895d7c9b856b0abf18254ac7c9134a4ef 3,153 1.00/1.00 vMB 113
677,142 677,142 0000000000000000000a3cf58db83ad2d877a3ee5f582d8e4e066ea18289f381 2,768 1.00/1.00 vMB 71
677,141 677,141 000000000000000000025b152a3b7a0248c97f13c1d6400a6f58410eb4b93598 2,715 1.00/1.00 vMB 87
Previous 10 blocks ↓
Total Size: 781.79 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: 634.08 GB
    • Received: 12.24 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.