Loading Tool

Explorer IconExplorer

Memory Pool

27,298 transactions
13.70 vMB
0.13792238 BTC
  • 1 sats/vbyte = 6 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 74.86/200 MB

Candidate Block

Mining Attempt 541b79090c63a4cf4bad44e411d469095cb1aa8007744bf7f6c351492bc4acc2
Version 20000000
Previous Block 00000000000000000000282cfa1c1336a9ecffd7bdef4743cc1d073745e85651
Merkle Root 5b23ddf609ff19d2d7626b085ce1c9b95c098442a44635852e121eacad990200
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,986
Size: 1.00 vMB
Total Fees: 0.08645754 BTC
Median Feerate: 3.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,313 (716,988 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
196,325 196,325 000000000000019b689d3aff2555c426ee208b1852e334b22995329f6e3b93eb 77 0.02 vMB 122
196,324 196,324 000000000000061976ce94a8dad95dd7d1a3742347aeb04b24a690f8a8d39ca6 525 0.17 vMB 139
196,323 196,323 00000000000004fe7a27fe7e5eaf1ba23c8d0dc5860d825fec9605c963d2a5cd 485 0.25 vMB 113
196,322 196,322 000000000000029cbaeed2c8b2043109cda6ed7cef7650d1d7f3e010c2c42e59 11 0.00 vMB 30
196,321 196,321 00000000000003fa626cd817f5ab55d074048c1ef1d9d73e59a58d4fa82d0b1c 8 0.00 vMB 30
196,320 196,320 00000000000004aa5e5c43ba49a2d938ee1bb859613a85d75e92298316736aaf 129 0.05 vMB 475
196,319 196,319 00000000000004d5e3d1cfc5294c860d9fec7b0014a935a1ae962a23f50b5bee 74 0.02 vMB 16
196,318 196,318 000000000000001c6067b926cfc8705e5c2341769b108eb1f8f7b385d16a0cc3 322 0.14 vMB 100
196,317 196,317 00000000000001d0dbae203c1e52a386d46434df573c88e23aa9db58512e43ed 11 0.00 vMB 59
196,316 196,316 00000000000005b918af7df84a9d9bbed93077bc96e27f327a82013786fe155f 1 0.00 vMB 0
196,315 196,315 00000000000006d2d3637517e696645223d1a57dda0953b07dbf30312960bb90 623 0.25 vMB 129
196,314 196,314 00000000000001540bcce7a4de9eb8197ab43750181d1ea77a7f3272b37bfcaf 512 0.20 vMB 180
196,313 196,313 0000000000000383e853334402f3b083da74d8de9c407fe041b4f334439a75be 118 0.05 vMB 90
196,312 196,312 00000000000001d0121f5fa2b95bd5a0ce84bc43915d155e09b764fe3b787af5 128 0.05 vMB 132
196,311 196,311 000000000000067cbc76e364c95d05ad330ea64df444b0498406d69d818ac2cc 78 0.04 vMB 107
196,310 196,310 0000000000000629f2d770744fc2dc38b35b2112c6747d6f5abb5f23037714a4 24 0.01 vMB 1,152
196,309 196,309 00000000000003e0e31d766429cd1acce924309fdbc14f59d577d7ca3e3e2d19 84 0.04 vMB 798
196,308 196,308 00000000000004d34d483e4e5edad40b057fe907326c67e2bd1cb7814e9cbcfb 220 0.10 vMB 118
196,307 196,307 00000000000004ef09220428ed7ede94b97292f42e196ad6c0a7150c6b317887 140 0.05 vMB 1,337
196,306 196,306 00000000000005d89532151a3cf46e8cef88b9aa64a6e1401b4fecc5a1e23336 570 0.22 vMB 140
196,305 196,305 00000000000004a92884d15cd933453e988216f469a543527eece7c0876915c8 117 0.03 vMB 45
Previous 10 blocks ↓
Total Size: 779.41 GB

Node Details:

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