Loading Tool

Explorer IconExplorer

Memory Pool

24,933 transactions
5.42 vMB
0.02456613 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 40.57/200 MB

Candidate Block

Mining Attempt 9db4e76340c2b3714690d709183246071966f5c2d92142cf5b60885eee403513
Version 20000000
Previous Block 00000000000000000000345b267982d34ee31839903b0f6a8bfad241a371fd9d
Merkle Root d76183786aa973f231d7e2922e0ca2a7721bbbb4506478ed4ecd97403ce55417
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,282
Size: 0.43 vMB
Total Fees: 0.01151838 BTC
Median Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,237 (657,179 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
256,058 256,058 0000000000000013cefe9cc8e3d73ed1116aea3ff98ddcd2c48f2609721539c4 413 0.17 vMB 107
256,057 256,057 000000000000001c83bf1a229b507226626a93c1dcfd3fc168d6b60f9ca05540 168 0.07 vMB 67
256,056 256,056 0000000000000011e14ef68bc1308204761a41d50325018c147edf22bab3b260 538 0.27 vMB 71
256,055 256,055 000000000000000514258ea92181457ae6041efb221aa47811afb5c89ecdc2a7 725 0.25 vMB 183
256,054 256,054 000000000000003124cd1241a51bc3eafe891429a37d15854d2509ec7f406c0c 410 0.17 vMB 104
256,053 256,053 0000000000000024695281aa7f42d8559c0838afa6233126a9a7c4b84b3ca615 151 0.09 vMB 56
256,052 256,052 00000000000000295daf247f4971e61b407297f43d5ffb88cd6ab826c252118f 377 0.25 vMB 101
256,051 256,051 0000000000000030414a3f926e4a599f6ae6b31d494389908396bfd6353a312a 205 0.09 vMB 116
256,050 256,050 0000000000000030fa9c8fcc0a47c1fb4746cfe33bd899ed611f18b46ae6d3d3 431 0.20 vMB 116
256,049 256,049 0000000000000019a29ebf81c135b1d2479930537d23cd572a6447f854d05874 131 0.07 vMB 71
256,048 256,048 000000000000000b8789921d2ddedea706a3766793f771b5509096388ca5d0dd 139 0.07 vMB 76
256,047 256,047 00000000000000010662383e2ea826ef41a7cad849ff5a6ef8be4937feea3999 948 0.49 vMB 101
256,046 256,046 0000000000000006e8424dfaff4ea5f3774110353008c6a0ef1e50b8b11c2bd9 13 0.01 vMB 15
256,045 256,045 0000000000000027088907979f937e8d86a3907e4927f256e6181c96d44636d9 444 0.22 vMB 105
256,044 256,044 00000000000000163872338bebc7f6d5a3f5a8a5e2665dcd9cf2ac0f237f5a08 221 0.10 vMB 117
256,043 256,043 000000000000002b251b5bf3fc0200b1ff6dd1adbd2d27632a6f624cdf19d415 449 0.19 vMB 103
256,042 256,042 0000000000000008cbea2724710dd79674e08868a722020bf85161df375a732c 97 0.04 vMB 130
256,041 256,041 0000000000000017fa7e3766fbdb8cf2c3beffcc4955463ccbb828afe88c223b 93 0.05 vMB 86
256,040 256,040 000000000000001437b939ff47deeb8507418ffd9e3d354f4896ff091b68ac26 259 0.11 vMB 84
256,039 256,039 000000000000000a6b0f2241a000cbc541a1d35ef5ab28d84fb44312d56f40ec 530 0.21 vMB 119
256,038 256,038 000000000000000716c9ad8c9cdfa1e856247f3f25917f3d226ecad4c3fd0052 289 0.12 vMB 134
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: 76
    • Outgoing: 10
  • Data Transfer:
    • Sent: 42.56 GB
    • Received: 0.58 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.