Loading Tool

Explorer IconExplorer

Memory Pool

48,219 transactions
29.35 vMB
0.16913656 BTC
Random Selection Loading Transactions
Max Size: 153.86/200 MB

Candidate Block

Mining Attempt ed054eced677330262a56f5d8867dcf8a7d6641bc9b71f378db902d87d353a03
Version 20000000
Previous Block 000000000000000000010632e62ac54a943f30bde5587337bc0da0324a5b3c27
Merkle Root 6e6568293a3ce9a2a4380998f9dfef53757c7e7dd62260d5ca771863992ea06c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,070
Size: 1.00 vMB
Total Fees: 0.04685073 BTC
Feerates: 79.15 > 4.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,707 (591,691 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
323,016 323,016 000000000000000010807c7fcd7d76520353fb79562e155126cdd6e412742c96 537 0.31/1.00 vMB 27
323,015 323,015 0000000000000000092e056ab9c5a3242bfa911ba9a0a8a3836bcd4b5fcab2f8 500 0.29/1.00 vMB 27
323,014 323,014 00000000000000001ae5fbe7ef691842dcea1bdfa037eb137755090e490bcafb 492 0.26/1.00 vMB 27
323,013 323,013 00000000000000000057d23bab8b8449858c05fcf70b2079ed233ad6380980a7 197 0.14/1.00 vMB 20
323,012 323,012 000000000000000019b16f4a6cd8717ab8f4836bbc9822894cc49785badfdaa7 158 0.12/1.00 vMB 22
323,011 323,011 000000000000000000a5454968d80d96daf38bb8329cfde8c5e858e34c56ad60 663 0.33/1.00 vMB 26
323,010 323,010 0000000000000000007b388051212311ab2a7086f0f6fd18854687ca251337dc 671 0.42/1.00 vMB 24
323,009 323,009 00000000000000001f1aee91e5b846a416465c5fbcf7d885c071c4db15feabe4 798 0.55/1.00 vMB 24
323,008 323,008 0000000000000000159ec97950eb7f333535272f546a43c29037ec492ec502d7 57 0.04/1.00 vMB 11
323,007 323,007 00000000000000000720678e6143f55e1e0fc1a3140b2aad35dfe45cb4800451 592 0.24/1.00 vMB 26
323,006 323,006 00000000000000000317add9ca0c056d6c38ee77238376e01b53a53cb5d38756 256 0.12/1.00 vMB 34
323,005 323,005 00000000000000000c8e9430ec2025bf4137d6c9c3447da96c16b729083a5941 755 0.44/1.00 vMB 28
323,004 323,004 000000000000000008711f8923dc9cebb74ba3cbcd21efa2cb807a325b859fc4 32 0.03/1.00 vMB 30
323,003 323,003 00000000000000000814859195c300ccbfc477748d50e279f33d7dbe35f88fef 254 0.21/1.00 vMB 21
323,002 323,002 00000000000000001315992d6a9e0975dc21201ebc68762d2bedac6f393eee5a 512 0.23/1.00 vMB 34
323,001 323,001 00000000000000000b57dce0cee03d6d91154e5dea59b046799d0cda53f90201 24 0.02/1.00 vMB 5
323,000 323,000 00000000000000000d6b297e72fbee8450f2211698eb440ff622b2b445641e8f 102 0.04/1.00 vMB 35
322,999 322,999 000000000000000001c81f86f00f50f2d543132c4eab0fe0040f073ab729b95e 279 0.20/1.00 vMB 25
322,998 322,998 0000000000000000147da9d83a60cd089c882a1a496e3758f4db952c7ffadf41 52 0.04/1.00 vMB 17
322,997 322,997 00000000000000000dc2d0d846e8eba4ff621bb306b990dd93ab21addcf6a7fd 336 0.39/1.00 vMB 22
322,996 322,996 000000000000000009b17382085bdb75d9638bbae67de58130a16085b15827f7 142 0.07/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 781.87 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: 644.71 GB
    • Received: 12.62 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.