Loading Tool

Explorer IconExplorer

Memory Pool

89,357 transactions
33.08 vMB
0.21056458 BTC
Random Selection Loading Transactions
Max Size: 199.91/200 MB

Candidate Block

Mining Attempt a8f51a1b80df6ad610a97966e29193fc488757d5a1d611e9f5eadf5d4cdc69b8
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 4cbbfb05252ec036e81cfe60cac10b78a8bab5bfe6d3ae0248d7f8d0be2a6594
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,633
Size: 1.00 vMB
Total Fees: 0.09456513 BTC
Feerates: 387.56 > 9.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (678,786 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
236,167 236,167 00000000000001363467c944eb83f1cd01824d054e3028be1d4efe5dd53618fc 356 0.19/1.00 vMB 157
236,166 236,166 00000000000000000eab32386b8854581ca95f672ec9ccd96d2201c493f2c644 629 0.25/1.00 vMB 192
236,165 236,165 0000000000000120e1a6b47a94869c00e020263d4cae95cdc6075d5b1c73f5d5 188 0.12/1.00 vMB 127
236,164 236,164 00000000000000f7f16043c17c78f7afbb8ce45569855c035af32b8c9a17ebc3 256 0.09/1.00 vMB 207
236,163 236,163 000000000000001dc8d8f53502f4dadc1889588a65bb12aac1b36b7cfa769863 620 0.29/1.00 vMB 182
236,162 236,162 000000000000005d573a9b4892ef0b5f235941c05a797988e594191f07dafc17 64 0.15/1.00 vMB 26
236,161 236,161 000000000000003ceb0cb080ee2a561e89db461c04205cee013d3431d916f4b6 535 0.25/1.00 vMB 170
236,160 236,160 00000000000000095e9e9f16373b0230af41f0a37b0134debe7d3aff82fa3d11 163 0.15/1.00 vMB 75
236,159 236,159 000000000000000107b4ded92596ec9f1c0ccdf2e7426f5cf9b4958d74804da2 358 0.15/1.00 vMB 172
236,158 236,158 000000000000005ab06a0db8d3bb08b991ef6d934f40d4df1785d8870d014534 840 0.38/1.00 vMB 1,839
236,157 236,157 000000000000010753078dc1e373e980430c22990dfb01524a0adb45817b170a 359 0.17/1.00 vMB 170
236,156 236,156 000000000000010f7aac1b1a3b696a6988ef32cbdbc32faac888634691e251b7 288 0.14/1.00 vMB 174
236,155 236,155 00000000000000ca0b6ff29d1a40583ea4be7d8f8a0abebbc12aabbd819b066a 467 0.19/1.00 vMB 185
236,154 236,154 0000000000000101922e6fe9840bf97dcffacce369701063d3808a57eff234d0 84 0.04/1.00 vMB 160
236,153 236,153 00000000000000fdd13bb44f9ca2689d0937c99638254abcbba74075b661526c 212 0.09/1.00 vMB 205
236,152 236,152 0000000000000135f03b2f8b50f666b1fb7dfa64f739d475f6f07b6e7867688a 175 0.15/1.00 vMB 59
236,151 236,151 000000000000007bf6b24cb8a80ab6f4503c940a768b2cd794872f3f4192dd4a 231 0.16/1.00 vMB 128
236,150 236,150 000000000000017b67a6f37549ee1c2ad859ca16dd03a087262aebb460f1df86 355 0.25/1.00 vMB 117
236,149 236,149 000000000000000116ce463665b4d3b7d8a98ca272364bbfde2a93d7a3a6aeab 784 0.25/1.00 vMB 174
236,148 236,148 000000000000013fcd8f08986dee466ea198224dd6a2d2437503df4b82ab5f20 802 0.25/1.00 vMB 246
236,147 236,147 000000000000012555f6d673b6fe58034ea3b7a27f85a81d0c651400a4f02d40 387 0.25/1.00 vMB 129
Previous 10 blocks ↓
Total Size: 782.31 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: 660.19 GB
    • Received: 14.62 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.