Loading Tool

Explorer IconExplorer

Memory Pool

26,154 transactions
6.49 vMB
0.08109079 BTC
  • 1 sats/vbyte = 12 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 45.68/200 MB

Candidate Block

Mining Attempt 36ea703d07ef677cb32b4ff6c0d117c200f4f2b43439604e56f638feff375371
Version 20000000
Previous Block 0000000000000000000127de1c64e8de7d91807ecd12e8ffce55889336217812
Merkle Root 25c04bc328d10d49f885d297434594dd2afd25f15a1fe6c71adc85482f366467
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,067
Size: 1.00 vMB
Total Fees: 0.06341780 BTC
Median Feerate: 1.20 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,195 (775,978 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
137,217 137,217 00000000000002c2d13272829eb8a41c8b82ec7f257ad126535beb28d9c66e1d 0.02 MB 38 172
137,216 137,216 00000000000009612500bcafb37ea302661028f302ee8378cfad718b3ddab58c 0.03 MB 52 137
137,215 137,215 00000000000001baf2b8419e69a7ab535ed80b697c6cdc1989083353ff726546 0.01 MB 10 677
137,214 137,214 000000000000000e32c1fae67beb73cd98d624952c2b720b26d92bb10325f5ac 0.02 MB 44 93
137,213 137,213 000000000000079d0bfbd6d67b956b3d8ef62135591ef8008806191c656d16aa 0.01 MB 19 355
137,212 137,212 00000000000002edc39de66ce66eebb14a8e049854616e481172e29dfaaa7785 0.02 MB 56 28
137,211 137,211 0000000000000084677ab48011f38f5b5d573d9e171fefa4f44a31c7ab45755d 0.03 MB 60 328
137,210 137,210 00000000000002e4128034cfe76e83fa2e25446b7338d3ca56bd65e8d7d0ef03 0.03 MB 113 48
137,209 137,209 00000000000009a869f0edd8bfa0e1d29a501f6c6d6eab0634de02f3ac0c2331 0.01 MB 21 197
137,208 137,208 0000000000000220ee4ef2ccfe42642c3835d7a7b7047b0527a5c0b201ad6f20 0.05 MB 88 74
137,207 137,207 000000000000088cd23e4131de70d99b348e4800e34897342cbba21cb173847d 0.05 MB 75 1,294
137,206 137,206 000000000000062428e84eba79c3a3073db4b461548b5c0bc254a4cbe6bc4e31 0.02 MB 42 994
137,205 137,205 00000000000006af71b452afb0bd603e9dcbb404adb744419ea78046e9a0ff8f 0.01 MB 33 449
137,204 137,204 000000000000049f92c09d480fc994b9dfa3e4a5c1ba9e890b8713be2b95bc58 0.01 MB 27 221
137,203 137,203 000000000000077ef082ff26586d5c62e6863ebb9f0c6d67be19b3948dd63132 0.01 MB 22 311
137,202 137,202 00000000000009913a93b854265710d334026ad55fc0061c1d351f3912958c0a 0.04 MB 80 658
137,201 137,201 00000000000007f0c28b4987e9e0cbcf0eca4b82865115b126a49efd6388ba5c 0.01 MB 5 26
137,200 137,200 00000000000002510fed4381ebf75de2cd6f9ed643772687843d907d4e205bb6 0.03 MB 84 100
137,199 137,199 000000000000069c7e1b4228b5672f4ea3da8a1d0567ef34e3bb9b1734ce91b8 0.01 MB 16 3
137,198 137,198 0000000000000691c87729bb3139b4ce64d0585ffe0433f6c14f41767c68ac81 0.03 MB 62 149
137,197 137,197 000000000000082ff83b10e41b2ade1246b6236ce28b0440d2dc3d704699a503 0.03 MB 84 1,238
Previous 10 blocks ↓
Total Size: 779.19 GB

Node Details:

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