Loading Tool

Explorer IconExplorer

Memory Pool

36,237 transactions
12.57 vMB
0.16221663 BTC
  • 1 sats/vbyte = 6 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 75.37/200 MB

Candidate Block

Mining Attempt 8e217e78bdae4c1c97193768ed1610083332cce6cce8d1c9c9d49e87ef0ecf53
Version 20000000
Previous Block 00000000000000000001cf815e573b122d47c2a0f15da2855cbda6efaa0e80a8
Merkle Root b0ead52edd7cfe4f89e1ae76c368b8db6825f0c55cc396afad2ba52cd4d78c2d
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,855
Size: 1.00 vMB
Total Fees: 0.05154933 BTC
Avg Feerate: 4.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,036 (715,635 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
197,401 197,401 000000000000013f220b8f4a859c8074cf918c8af4183ca304c2efbffe3afa2e 0.05 MB 139 409
197,400 197,400 00000000000001fdf97f5e11f8ab24cd89dddb3dcc638f16a1405fa74540ca7c 0.00 MB 2 0
197,399 197,399 000000000000015eb11366611d3c3e1d3e079458b0e18b443a6ecffd0c4ae6da 0.09 MB 204 324
197,398 197,398 000000000000067a75b89b4106ef79e30d07d128a5e8bd6141a26de650af6753 0.12 MB 300 290
197,397 197,397 0000000000000099633445de65e113b0cafe5e385459b92fe8fb5e292cf40a58 0.03 MB 97 491
197,396 197,396 0000000000000254927e84b2000440f2a293d4b8274536f19236bf76425aaa3f 0.04 MB 73 246
197,395 197,395 00000000000005a337aaf6fe86632377bf2f9316746937e8aacd749cefddc8e2 0.01 MB 33 42
197,394 197,394 00000000000006cee2a45d1da9e0f38e80a4e5ee8f5df6eea0741b57cbc1989f 0.10 MB 210 160
197,393 197,393 0000000000000608af87da1400625a7485a75b0c3f2241e5ab03ecbe56ed15d3 0.04 MB 91 299
197,392 197,392 00000000000001d469270d4535d7b2f9af5fb3d5c11081993a3e18e1d556a09a 0.01 MB 21 425
197,391 197,391 000000000000013c22100b0ab34175781b80ccbcbbf80f516b22d05ca3754e3d 0.10 MB 194 118
197,390 197,390 00000000000000f5da5ddfd5c6ac3ba55ac436c1350cb0a442ce14900136c69b 0.02 MB 59 228
197,389 197,389 000000000000037e482fadfcced4cee4caf5312ad9e94e58d7d12905aa0b437c 0.05 MB 135 170
197,388 197,388 00000000000000124229c9adac51e338af93b1430f307d1b5ffcdf2d29dafa12 0.02 MB 16 118
197,387 197,387 00000000000004d3573c810e4f75d03a27d8731fa4eb3393005874f67400b8b5 0.28 MB 512 93
197,386 197,386 0000000000000288fdad2a2a302ce565e773cbc821ff37db0c4c1d8c2e746251 0.04 MB 75 118
197,385 197,385 0000000000000145515a389d0b1ac9f4feafe08af55f20342c4c9102fce976e7 0.01 MB 24 158
197,384 197,384 0000000000000606b46037acc0027fed55919706108e39ee8a8734790fc32758 0.04 MB 116 56
197,383 197,383 00000000000001a2e6388a0dbd6c03fb0f6d8a5a813dd0da8071aaf4a57bfb06 0.06 MB 167 144
197,382 197,382 00000000000004ada02473d23563cf1eda626af7cdde0eac62fc1bc6d2b886d2 0.14 MB 294 141
197,381 197,381 000000000000020a973698b158370b03aacb0c47ff45a9f3e9bbfe34572ad94e 0.05 MB 134 102
Previous 10 blocks ↓
Total Size: 778.91 GB

Node Details:

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