Loading Tool

Explorer IconExplorer

Memory Pool

29,736 transactions
6.20 vMB
0.02802197 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.82/200 MB

Candidate Block

Mining Attempt c45abff3bc37103e99c1c282be8461f7e0df146273270f08d3d2c0f0e5caefb6
Version 20000000
Previous Block 00000000000000000002130ec113d9cf45f31f64da7d0db564cc1660a8ed9474
Merkle Root 4214b34f11dcb974bb32a1a6149ddedb3867d3e80b52d40ad3409aaeb221b639
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,435
Size: 0.46 vMB
Total Fees: 0.01269776 BTC
Median Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,240 (699,409 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
213,831 213,831 00000000000002daf9b271167542e1717fa03db38cd6ac26fc57e105fbbf13c4 179 0.08 vMB 424
213,830 213,830 00000000000004af4baad6787b1752adde63af068aa8c8b8c942a0a15961df54 148 0.08 vMB 110
213,829 213,829 00000000000000b28069999f7c6f3ff5735c81fcf30b88c9b5c9b5b1d85822dd 555 0.24 vMB 173
213,828 213,828 00000000000001196d2a9ce7a6b85d7aa1bbdb71ba0079e0ccec4db1f69555dc 12 0.00 vMB 134
213,827 213,827 00000000000003b9a85d68ec576901e9b10182d8d5b9665d0e704590dc3a7e19 45 0.03 vMB 108
213,826 213,826 0000000000000478fecec4cd2da07acd2ea8f3972d54994e42545fbd90a77e95 14 0.01 vMB 62
213,825 213,825 00000000000003d97c120b10b2273987d95162535ac880dc9e54725a67c8a569 320 0.18 vMB 139
213,824 213,824 000000000000015d4cb02ad08320b742d2c439982b9944b4bbc7d94f363eb435 21 0.01 vMB 110
213,823 213,823 00000000000003c9caa3ab360f2ddd48e4a97d4d7a3b91c627714d2a2df60131 346 0.16 vMB 179
213,822 213,822 00000000000000d1aa899b8f2b28740c09e977228860bdbf003ac43d8476fddb 229 0.11 vMB 178
213,821 213,821 00000000000003b7176487caec276db7d438d577437edcf54bf3e3b6517b25e0 64 0.11 vMB 47
213,820 213,820 00000000000003976cc995747a1e7cd2d2d7a09c8d5bbd54503a38660c604fc0 198 0.10 vMB 160
213,819 213,819 00000000000002c7dc80b4523b9d544c9649fba9688283d425e1bc52e43b5cb3 16 0.01 vMB 164
213,818 213,818 00000000000002b881e7ae0f8c89e60dcd0b56af6fdc8d111eb49c1e40651bb1 368 0.16 vMB 231
213,817 213,817 00000000000003f98ce0f74b2ca4d5d972160b3788e1b465ab4f3eed7a69c36d 220 0.11 vMB 177
213,816 213,816 000000000000016b459ce7d552f029ad36d0b77cc62491eb54efc4147263610e 431 0.29 vMB 153
213,815 213,815 000000000000013e09961a359e38dbdc03cc4036329e0b3aa2a9ab1100fc88ed 224 0.14 vMB 129
213,814 213,814 00000000000002a18304d19a3272c1ba4d9201d764f2efb6cc9e25724629d6b0 181 0.11 vMB 152
213,813 213,813 000000000000037aae7b68716f6946e6d12bbda1229eb63ba48c9a0f925e219b 440 0.29 vMB 131
213,812 213,812 000000000000032ad4c10774b75675698b7e28577b698046123ff0d1bdf3dd32 474 0.20 vMB 186
213,811 213,811 000000000000034b5d9b56d6455edfc792b6ed6f603fcbba7b6da5856096e613 116 0.03 vMB 322
Previous 10 blocks ↓
Total Size: 779.27 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 75
    • Outgoing: 11
  • Data Transfer:
    • Sent: 43.27 GB
    • Received: 0.60 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.