Loading Tool

Explorer IconExplorer

Memory Pool

24,852 transactions
11.72 vMB
0.03321453 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 66.91/200 MB

Candidate Block

Mining Attempt d3b9f0fa1c19f6a9aa175e5acf426e48ba6bc5ed118c59fa6680a9826d0747e7
Version 20000000
Previous Block 00000000000000000000f2fd667fec91d4329f3e67d283207f6bed62004d5294
Merkle Root 57dda31a0fb47042c332a7a473dc5ccb39309effef54636f266d5db609b7524c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,773
Size: 0.9979235 1.00 vMB
Total Fees: 0.01393279 BTC
Feerates: 313.32 > 1.40 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,691 (651,048 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
262,643 262,643 000000000000000b0b214011e6039feab91234127375ec62b3da199b62009ff1 133 0.13/1.00 vMB 24
262,642 262,642 0000000000000009651a319fdc784a35125e5a27572a0fa1f479d83624d69c60 663 0.25/1.00 vMB 154
262,641 262,641 00000000000000142ee7ee770d036b1d58087f59d7ac8e1634b4b986b2256604 200 0.11/1.00 vMB 70
262,640 262,640 000000000000001637a1edf924779c84c496bdf5b54452cf69d36e34119e6737 7 0.00/1.00 vMB 247
262,639 262,639 000000000000001063d6cb084997c7e3e04aee8d061755fd0eb95b5c984a035b 149 0.15/1.00 vMB 26
262,638 262,638 000000000000000dc420e4e15793ccb3f242cf76189cabf8f06f180780fe0b7d 446 0.19/1.00 vMB 47
262,637 262,637 0000000000000012a22a1f24bcd9ec6ef2f6bfbc1d8b45fd8605b01767f7b45d 593 0.25/1.00 vMB 158
262,636 262,636 000000000000000e155db0066cd2aa4b489dcf2e0365edf8f2b125ca48a29477 428 0.19/1.00 vMB 124
262,635 262,635 0000000000000006f71fc8801aa1f5b02ec6d5a239e9fbb5826ae3e3fa8725f6 273 0.15/1.00 vMB 80
262,634 262,634 000000000000000f209e460a884317d5146035148511ece54aec4a94bb52de9f 237 0.11/1.00 vMB 55
262,633 262,633 000000000000001057fff3bd61bcab5a9bd25f4af5702dc42648704687e75254 579 0.25/1.00 vMB 126
262,632 262,632 0000000000000011a0dfb0ae08f531acea62580d0ea3f8f29f53b99640426b30 927 0.48/1.00 vMB 108
262,631 262,631 000000000000000f4a7e4a2496a9689121832f828fd21ea0d7a77c496f494c59 286 0.10/1.00 vMB 102
262,630 262,630 0000000000000009641ab6b7a69ff1ede3931d630ac00bc6895ddd00492f86ef 171 0.07/1.00 vMB 96
262,629 262,629 0000000000000006f1c5e1bb0ea3cda4858cde5a7de4fc8586618e7c684316b5 133 0.05/1.00 vMB 102
262,628 262,628 000000000000000d22f717b529af70158c2ca8ff414328be3c750c5404f31cd3 303 0.15/1.00 vMB 47
262,627 262,627 000000000000000adc6e2ad406fe4741f6a7f5ab64b6adced64b13987ac0885f 125 0.15/1.00 vMB 13
262,626 262,626 0000000000000000a84addbb31bf9c74da210ee756ace611e442bbfb3a1e64f7 1,402 0.50/1.00 vMB 604
262,625 262,625 000000000000000ba86dc7c32c312c1d4dbae7211365c191276e34959b297b6a 180 0.08/1.00 vMB 81
262,624 262,624 000000000000000cbb46f7459a14aceafa7a7466943db37e697b29af876b2bef 174 0.08/1.00 vMB 71
262,623 262,623 0000000000000009ef551b94293dc2bcf5bd2f1dc7591fa362486bce8be2b354 230 0.11/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 780.08 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: 490.66 GB
    • Received: 3.38 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.