Loading Tool

Explorer IconExplorer

Memory Pool

38,758 transactions
28.43 vMB
0.05973112 BTC
Random Selection Loading Transactions
Max Size: 144.25/200 MB

Candidate Block

Mining Attempt c2228917e21677a08b9de55ec27d472c794702a1501fe0d39cb07d66f2051c0f
Version 20000000
Previous Block 0000000000000000000186c7ba41504e3c56aa55a75f75b0a4e62a8078c7e70e
Merkle Root 27c40d65738c8ceef0b07534b0c797caf5ab8191e75363f17bd7b48d735cf96a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,169
Size: 1.00 vMB
Total Fees: 0.00501631 BTC
Feerates: 50.27 > 0.50 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,575 (580,518 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
334,057 334,057 00000000000000000352f7a4a90c62693ae012e2968eab45a6b346acd144a2d4 666 0.55/1.00 vMB 15
334,056 334,056 0000000000000000085e34a8b94402da578ee48b34de0d2143321e7ff6b01035 512 0.22/1.00 vMB 53
334,055 334,055 000000000000000015799c8e5d5df2a58ed3a362ed41498389b4a0b0dbc3edde 900 0.75/1.00 vMB 17
334,054 334,054 0000000000000000055c4da072d66be3d72f6ab245c9471a6a58e286b62c32b9 1,154 0.35/1.00 vMB 44
334,053 334,053 000000000000000019a2dcb1a78b4d67d0d25abba6a81f6f9054906198a62c6f 520 0.21/1.00 vMB 42
334,052 334,052 00000000000000000b78a3988c93ce9d54c36de78eaf8ed7fbb273969031bbb5 598 0.36/1.00 vMB 26
334,051 334,051 00000000000000000c5131cdc1cc54b20ca852e5e3393b7930f59b893aaac939 827 0.44/1.00 vMB 25
334,050 334,050 0000000000000000091b0f6420776d4b16620190a22ae1311f6bb42cca3c04d9 963 0.45/1.00 vMB 48
334,049 334,049 0000000000000000170df10cedf68597112fe0587a3beeeb9b05f3634b4f4827 505 0.28/1.00 vMB 24
334,048 334,048 0000000000000000006ab252e89448229053d19a6b5cd75e45e1a37e520e7027 387 0.31/1.00 vMB 19
334,047 334,047 00000000000000000b56fcb8954e259a457822b848cbe892c926fa6440e3e125 623 0.32/1.00 vMB 14
334,046 334,046 000000000000000006355806565694b9c3fd2848eaa9d0386b65496f3ddc46f1 692 0.65/1.00 vMB 14
334,045 334,045 0000000000000000129cda693ed45c4a4df70468d4bf6e73bf575ecdfba6b1b6 852 1.00/1.00 vMB 8
334,044 334,044 00000000000000000fe426f27a95710c1e37a76ce9832b11e128bdeb4d5c10d7 869 0.82/1.00 vMB 17
334,043 334,043 00000000000000001060e25a1d458ab361863d9f3d5c95481c6caadd40190abc 1,152 0.42/1.00 vMB 34
334,042 334,042 00000000000000001945c71d3678a684f772226042fda2133d365ffc762a45f1 1,070 0.75/1.00 vMB 20
334,041 334,041 00000000000000000dc0ee8b1b5ee7613fc814c9c8e49ea06ef2aff8b9a9bd9b 1,953 1.00/1.00 vMB 26
334,040 334,040 00000000000000001021fb91e87e2b05ce0e63ef2ed5d81bc2ab4f131c14ea9f 945 1.00/1.00 vMB 15
334,039 334,039 000000000000000005e693ec70dafdb55aecb8d80049751addbcfe70db5b4cdf 2,417 0.75/1.00 vMB 42
334,038 334,038 0000000000000000068ea784261e7aefaf24dc6239fb6aa462b3baad6486d010 261 0.14/1.00 vMB 27
334,037 334,037 0000000000000000104eeb22f99ccfed3f5337ce6ebc0bc65dc00e20701f4869 869 0.46/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

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