Loading Tool

Explorer IconExplorer

Memory Pool

34,729 transactions
28.49 vMB
0.07461424 BTC
Random Selection Loading Transactions
Max Size: 141.54/200 MB

Candidate Block

Mining Attempt 81a6c7b0a64deb4e0a0acb718521f7a04d00f9a77c2453f8d60cdc05d889b6f5
Version 20000000
Previous Block 000000000000000000018d0ea92a04bc7d459e6fd23fb9bc4b1689f5bc272781
Merkle Root 6a64a1860991f2f52acd1d639a90ac2b9e0d80aae3ada16bb054308342b21af3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,463
Size: 1.00 vMB
Total Fees: 0.01941375 BTC
Feerates: 101.65 > 1.95 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,522 (676,462 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
238,060 238,060 00000000000000ed347fde4f281da5ec1ea59b7799d74c6fa18c88622562e61c 471 0.35/1.00 vMB 103
238,059 238,059 0000000000000148955dc30d96c82477c41b9e89dbff11b062c857ebe8c58bbb 574 0.25/1.00 vMB 179
238,058 238,058 00000000000000aa8767d82a404269cb932dffa31cc12038d944049622df48bf 447 0.25/1.00 vMB 322
238,057 238,057 000000000000011da0f348569082709b5536cbb77bdb1c74043d78c745ff9fde 716 0.25/1.00 vMB 192
238,056 238,056 0000000000000040d83ad1c75ce7f2cfff7bef77e6dba735306c6a051951f4a6 531 0.25/1.00 vMB 177
238,055 238,055 000000000000001b8c514e8b81d83b4480497b192c608c65bfc0a42d8da7ab1e 153 0.09/1.00 vMB 131
238,054 238,054 00000000000000ad101b8f5313caf78a32d1b2f828bb74c9e6d9a44f1eda674b 297 0.14/1.00 vMB 151
238,053 238,053 000000000000010236c7459a0a034c134f312c74d002e68beb8921cf7ce09db2 102 0.05/1.00 vMB 146
238,052 238,052 000000000000010a32df03535f70a0923ae2e1c2de0a2cea057847adcf86f46b 494 0.25/1.00 vMB 116
238,051 238,051 00000000000000a6965f243dd66092dfa70e13974ad716b265859ed7cdc7f554 36 0.02/1.00 vMB 83
238,050 238,050 000000000000007ff7effab3e5d5b370847c61f825f2e88d8e91db45c8a8c4e0 546 0.25/1.00 vMB 193
238,049 238,049 00000000000000e2172721a32c52c03a044c27f5cd70198009a3b707c3fe5473 357 0.25/1.00 vMB 102
238,048 238,048 00000000000000c2355d8998ea41202be75be8286ae6ccd5365093e04ee7e1ec 760 0.25/1.00 vMB 290
238,047 238,047 00000000000000208f5d3b74b81b49a4b8e213cf159f0b6d731e2913eb3bb220 5 0.00/1.00 vMB 139
238,046 238,046 00000000000000ce2bb31fb4a10565f80fdadd42eef0f0fcecfbd1afa5d438cf 258 0.09/1.00 vMB 181
238,045 238,045 0000000000000123261e720f2df05a7819e523434445a9e75decd227f8877fb8 200 0.11/1.00 vMB 117
238,044 238,044 00000000000000fbfb10aa00a1f70d1411ae926c36f5c9a8086461312ff9535a 512 0.18/1.00 vMB 238
238,043 238,043 00000000000001301a41383a1e04409c9364a55053c003decc1180573e46c063 453 0.18/1.00 vMB 170
238,042 238,042 000000000000007e547028fba8df4a22b5f5c69571e7844599f5cdbcc1046d20 376 0.17/1.00 vMB 172
238,041 238,041 00000000000000008a6eeeee42317520e4ab87a0d8efc38f162b1200a56185e8 227 0.09/1.00 vMB 45
238,040 238,040 000000000000004067b02ce440d59d0c89dc8a459325d267e0f166b97b91a955 444 0.25/1.00 vMB 149
Previous 10 blocks ↓
Total Size: 781.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: 616.97 GB
    • Received: 11.18 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.