Loading Tool

Explorer IconExplorer

Memory Pool

30,138 transactions
9.29 vMB
0.14986089 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 60.37/200 MB

Candidate Block

Mining Attempt 7b0baeed9dac0d350acd1134f41a02e9c0b5223e6ba412fc822e31102ad806a2
Version 20000000
Previous Block 0000000000000000000226c2f913423c8375f34c9c656ba26c2994c1e4afee37
Merkle Root 53c916597d4f80ee24e0dc751624544ff7b1b812ffc1835782ce10d27c17cb4e
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,479
Size: 1.00 vMB
Total Fees: 0.07973009 BTC
Median Feerate: 3.62 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,211 (796,216 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
116,995 116,995 000000000000227480fdbcb52ace0774d67c0eeaa81f463aa8f76ed92f4f25ea 0.00 MB 6 680
116,994 116,994 000000000000464eeaaa53c44a51c7d525337702fb656c0413df8a6e41549f53 0.00 MB 11 344
116,993 116,993 0000000000009daa7deba32d79d50e46d3790bd6678e50b1aae25c61e04baadd 0.01 MB 28 2,471
116,992 116,992 0000000000008a7eeaf007dd921859db44d4d8e7e7ce8d987fa7a2e15e928a09 0.00 MB 5 764
116,991 116,991 0000000000000b3de031edee149a6206530648654e4a413b8248d3459368a75d 0.00 MB 5 0
116,990 116,990 00000000000047d50bc25af88b804b64dc3b4e7977d6009c8e040479c42978c9 0.00 MB 10 349
116,989 116,989 0000000000004762d1a818f527e8e30c97c4089b42fccf45d57a99bcbd74caa2 0.01 MB 10 288
116,988 116,988 00000000000077c5d3526037027b106424962d262ed6016d77b25da53b68411f 0.00 MB 6 1,200
116,987 116,987 00000000000084eb85990cc1480403eab80ed0572450b36a5f0eeda510230d3d 0.00 MB 9 0
116,986 116,986 0000000000004726416f843862a6f35ebb0b0545797dd3beda9d5f57d996dada 0.00 MB 6 1,445
116,985 116,985 00000000000085beae56915b2c66075cd6d8f4237b202fbc66cd29a77a507f95 0.01 MB 11 777
116,984 116,984 0000000000005bb8f311c73b0c73d06c103023ef03c6b3fea97b6fbbda7429d1 0.00 MB 5 3,872
116,983 116,983 00000000000094f427ec8d51c089ea687f97644d366e307c57a69604ac4a3bbd 0.00 MB 7 338
116,982 116,982 000000000000034837a34f6406e4bfc0785a4744e1d53d705504408efade98d7 0.00 MB 11 625
116,981 116,981 00000000000015ebbc44cb293785bc2f6919bf28cf3dd6e8cebd3b2be6dd1aad 0.00 MB 10 593
116,980 116,980 0000000000004b673ddd5d535115894d5f222a1256b02b4bebe6acf3853b5040 0.01 MB 14 678
116,979 116,979 000000000000bba57ed3aee9b32aab45e57c82747d6bcd97aa5066de678aaf4a 0.01 MB 14 596
116,978 116,978 000000000000bbb8699022ff7bda9f8f2f83a631780cf3bf2825e64b6ed6013a 0.00 MB 9 1,301
116,977 116,977 0000000000003b0ff252edeb3d2d71331f14f14c4824d63d100022e039844768 0.00 MB 9 0
116,976 116,976 000000000000c07b3899b067ee7a8efd152838e4a381132e8790b55aefb591d2 0.00 MB 10 1,322
116,975 116,975 0000000000002ec120a625f6c30137f468f68edf60dbd708680be035a19225e8 0.00 MB 7 315
Previous 10 blocks ↓
Total Size: 779.22 GB

Node Details:

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