Loading Tool

Explorer IconExplorer

Memory Pool

31,577 transactions
18.63 vMB
0.05404721 BTC
Random Selection Loading Transactions
Max Size: 99.06/200 MB

Candidate Block

Mining Attempt e2a6e23b178a23e1fe50bfdd5249d2c8d6a796c54398577b72f6224395054fb0
Version 20000000
Previous Block 0000000000000000000119ce95786a15a8ef79eb69929548bb35e0e13ef5ced5
Merkle Root 29735242b01dc175d1236205561931808d7858d3692c7f94c715da6263046ea1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,421
Size: 1.00 vMB
Total Fees: 0.01852988 BTC
Feerates: 200.82 > 1.86 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,891 (782,373 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
131,518 131,518 00000000000001944ed36e0b265a5e1bf2b30ea0e86f3cf93a72fd444b7de333 20 0.01/1.00 vMB 359
131,517 131,517 00000000000005873df43282d3a333c1796fd77320bcc88902f0d669e842a00f 35 0.01/1.00 vMB 701
131,516 131,516 0000000000000e11bef0883c4d816a81782880451a44d8ab3472a889ec747274 74 0.04/1.00 vMB 913
131,515 131,515 00000000000008842db35f6914fdbc746a0380e338a0c9dfdeaad446d3b35a0d 213 0.10/1.00 vMB 887
131,514 131,514 00000000000001748953f0b3c1a2bbe7ba81a185f6f99a66d9322e027960181d 149 0.05/1.00 vMB 971
131,513 131,513 0000000000000637a3a99bd980bfe3e642dcff1997fb995b3bd0d004a80b2c65 126 0.05/1.00 vMB 187
131,512 131,512 000000000000006cdd3c1e6d485ed1e4e47116935a3d0ffcf350facaf47f5b4b 58 0.04/1.00 vMB 998
131,511 131,511 00000000000008c07ac47666a747035c79704ba21f5f64c15917ac3d6c53c84c 29 0.01/1.00 vMB 743
131,510 131,510 0000000000000c078b14ec845dda014e2195cf16bb5764efba9d11506711904b 58 0.02/1.00 vMB 1,878
131,509 131,509 0000000000000e005bbb5e439ae40603bda01036e24e903ab3d40e5f0703d2f9 106 0.05/1.00 vMB 757
131,508 131,508 00000000000001e041900b4f6237b9015b7057235b7ab09acbf3729df7f3092d 13 0.01/1.00 vMB 1,234
131,507 131,507 00000000000006065219510cf917aa3c0fdbfa8f7027257b7ebae8de33f0ed7a 42 0.02/1.00 vMB 230
131,506 131,506 0000000000001180eb4a3d3bf62fb3f46aca2e8b451a3b23957ccc2f91778bfc 8 0.00/1.00 vMB 789
131,505 131,505 0000000000000dcb32338eeb434903067e2c2ed02d0fc2e5b2df6c90bccc4e2a 30 0.02/1.00 vMB 364
131,504 131,504 0000000000000aff7aaf77911f7e32c9f133e276501aaf24b261ad74be22c081 6 0.00/1.00 vMB 814
131,503 131,503 0000000000000294c834f7620fcba94d56494d75c594ec59387ad242736f3d2e 109 0.03/1.00 vMB 525
131,502 131,502 000000000000042a7f38b67ea85481bb63cd3dadbed49d1a3c74f1a0202d32b9 167 0.05/1.00 vMB 42
131,501 131,501 0000000000000ea7bc02bfc86ce7060d926447371ab06df03ed1e13645732d0d 44 0.01/1.00 vMB 1,091
131,500 131,500 000000000000006bf0e3810f147c5280892da51b904728921baa9522b90aaa0b 89 0.04/1.00 vMB 844
131,499 131,499 0000000000000827f3fb2d7d5f3664de917705855305d90deadb3ee2682a8237 11 0.01/1.00 vMB 975
131,498 131,498 00000000000006112c107440b7ba61a6d58ec445b9e4e8e29f13609f38ba8227 67 0.03/1.00 vMB 873
Previous 10 blocks ↓
Total Size: 780.41 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: 526.07 GB
    • Received: 5.27 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.