Loading Tool

Explorer IconExplorer

Memory Pool

44,015 transactions
27.23 vMB
0.09099469 BTC
Random Selection Loading Transactions
Max Size: 143.72/200 MB

Candidate Block

Mining Attempt 19da4692a481eb989896257cd3a385d7ba783383c506176a3494d016067b3a4e
Version 20000000
Previous Block 0000000000000000000182fc7e3276e0ca1f0b423f92087ce28c2892578cee65
Merkle Root ef1e8fb8e230f109b25a72f27e9aad7c4324d451d006b179060122ceb9af23b6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,177
Size: 1.00 vMB
Total Fees: 0.04019731 BTC
Feerates: 101.65 > 4.03 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,917 (552,682 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
362,235 362,235 000000000000000012154fe3061fd60c9ff9f3a749f5bbdab3b1066a39998e13 82 0.08/1.00 vMB 6
362,234 362,234 0000000000000000062ea34d1a493c9424537f6a5f9209061bd1290a04fb124e 494 0.26/1.00 vMB 26
362,233 362,233 000000000000000011c20a491252d86240a4705bbdea5ae9d18a5f2f49b7a2d0 1,071 0.56/1.00 vMB 27
362,232 362,232 000000000000000001a0aee68d270c57fe05f5d041c426af96222aa1608f0d82 1,457 0.72/1.00 vMB 27
362,231 362,231 00000000000000000b35f8d51e357f8e51c7e24e9bc0cccc23a4d6330989cf36 1,015 0.50/1.00 vMB 28
362,230 362,230 00000000000000000f295daba0e8f11b5df7890b3daa5b33ecbfb955dc65dbc0 1,654 0.75/1.00 vMB 29
362,229 362,229 00000000000000000c19815437a14403f629569c360e5dc5ddbbca65d2f26fe0 1,881 0.94/1.00 vMB 32
362,228 362,228 0000000000000000066dc02161656a7a95cf46b4916b14929c2e1858c7c3fcaa 1,612 0.75/1.00 vMB 32
362,227 362,227 00000000000000000f2756e58bc0865f2ed22cd5320db7101f81551f3e98bdd0 51 0.03/1.00 vMB 11
362,226 362,226 000000000000000003782a1377197e2c29dc5d6a9cf931c6c81c461383d57672 409 0.24/1.00 vMB 26
362,225 362,225 00000000000000000192c6ee29a7898715fce29686affbb0b78eedf53b41850b 404 0.18/1.00 vMB 31
362,224 362,224 00000000000000000e69c7dc1a2c1e47c2686b3a1b07157cf76f6765324919bd 530 0.27/1.00 vMB 21
362,223 362,223 0000000000000000007e8f11ef180b5607f224473d0eff72f7c99de397884c3f 1,906 0.91/1.00 vMB 33
362,222 362,222 00000000000000000f48e6292ae032856f37297145496ff37c479b4a210150ed 1,252 0.60/1.00 vMB 39
362,221 362,221 000000000000000014a8728966507d286ed31d7fb36d3e88448d7034ff573bdf 977 0.47/1.00 vMB 40
362,220 362,220 00000000000000000bfb39e89a12671211c1b1f54eafb83c1905f4d2e7717652 1,295 0.91/1.00 vMB 22
362,219 362,219 00000000000000000a85982f2234835b00a63e467830f3fa8990f5c57972b7e8 1,645 1.00/1.00 vMB 25
362,218 362,218 00000000000000000f4ac2db14c8f0569fb82f39edfbf77af4f0e27b1a785606 2,312 0.75/1.00 vMB 44
362,217 362,217 000000000000000001bab310f5994d96bb0715494c7f21e0557f99a5f58b446a 45 0.02/1.00 vMB 15
362,216 362,216 000000000000000009dd40c6b3bea0d30d9e105be797275579f1aea6e3d17714 406 0.24/1.00 vMB 26
362,215 362,215 000000000000000002ec9581b34c66d2313eb0fcf949c3b1deacbcf097b6bf93 985 0.48/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.24 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: 655.15 GB
    • Received: 14.27 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.