Loading Tool

Explorer IconExplorer

Memory Pool

17,143 transactions
7.89 vMB
0.02219755 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 45.19/200 MB

Candidate Block

Mining Attempt 9c39f7c051fcd032ab19320ae83a33c7d9afb4d84393648aa72902b08088edb2
Version 20000000
Previous Block 00000000000000000001bf0296a9d24640817181fe27acc0716facbe0a50c1cb
Merkle Root 017487b185a2202c81da6761e56d7a8e2d20b316ddcd7a573b4837a2c0c46c8a
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,824
Size: 1.00 vMB
Total Fees: 0.00592317 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,391 (718,352 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
195,039 195,039 0000000000000288380a63a80acb7d5facc25deb80d9e7b337956c060ce31c5e 363 0.12 vMB 195
195,038 195,038 000000000000036a3bea2a7f8113ae96bc55fbb13b4cc886f64330dcd9b1217c 121 0.06 vMB 169
195,037 195,037 00000000000007681434e62865bb1ead6199cef75ec0089b4463715403b5f477 604 0.21 vMB 182
195,036 195,036 00000000000000223c85e757660238904e5a7cca42c1e0d99ebb7ac835726050 240 0.10 vMB 225
195,035 195,035 000000000000010a7b85fac8449960025a909b1606afff9fe6f179da97e68a12 127 0.05 vMB 24
195,034 195,034 0000000000000668af55c64099672f6950843f52f964b86b3c85b38dc14d9742 370 0.12 vMB 212
195,033 195,033 00000000000006b44bec6b2aaa5cf64d8cbf6d341540474bbc2c85fcef932821 86 0.05 vMB 108
195,032 195,032 00000000000001272282b9d57d55d4f1c8b200f1d773deb9508c5216df9860f3 128 0.07 vMB 40
195,031 195,031 00000000000000e25e671d69c9ba290eb92ed6687174ff3f20481746057f7b4c 412 0.18 vMB 125
195,030 195,030 00000000000004dfffce7d3c4682afba4890d6f9f6b50ad2ca4eb6369ef9f07d 10 0.00 vMB 31
195,029 195,029 0000000000000421e4862a52789c78f178f3e07451519609c694205e4e3c7686 542 0.19 vMB 185
195,028 195,028 00000000000000c4423fec24f5e8025f469baa9d199f5b288f1fe6fbb88873e4 172 0.05 vMB 72
195,027 195,027 00000000000006fe99c74588ac51019422dae389cec528e2c21f45e140ec4961 149 0.08 vMB 95
195,026 195,026 00000000000004cd8fa07578de9e8b679e179dfa99fae110bea14829361072d7 23 0.01 vMB 101
195,025 195,025 000000000000010bdcd79915c4766d04aed6066c51a827a4a84ba765530fd3a4 343 0.11 vMB 155
195,024 195,024 000000000000044794e48ba055ecea20b16329eeb65508443bbe7ffb26814d01 859 0.25 vMB 20
195,023 195,023 000000000000023d253d4b8b5cc9df69a688f307d58004294089f4901163885a 123 0.05 vMB 54
195,022 195,022 00000000000002fe8f5be0ad4e93b37b0cc4fab2e0d71f416a059f8b48d2314f 235 0.14 vMB 90
195,021 195,021 000000000000001585db15ebb92b4a0048dae7b33980facfe514859b5623d4cf 110 0.05 vMB 61
195,020 195,020 00000000000000fae57d98717c034328696875ca2c606dbbbd5e5e7b41dbb081 194 0.10 vMB 85
195,019 195,019 000000000000045a1fb22ce3af2bac2d9a993e4783a03da07d701dddc916ba0e 670 0.25 vMB 174
Previous 10 blocks ↓
Total Size: 779.54 GB

Node Details:

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