Loading Tool

Explorer IconExplorer

Memory Pool

80,583 transactions
29.99 vMB
0.12234344 BTC
Random Selection Loading Transactions
Max Size: 180.43/200 MB

Candidate Block

Mining Attempt 9b644c91e5c406a27d351816b6f0e362154354ffc50b2abc32640da7fb7ca31f
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 3fb222b18474dd44480eb257369b71e4b3fe7b50ac479253899ecddb7c4f4b16
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,601
Size: 1.00 vMB
Total Fees: 0.05053131 BTC
Feerates: 242.90 > 5.06 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (539,178 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
375,982 375,982 0000000000000000089a2f329a2f22c6afecbd192cc2c092b9d6f402c41af403 808 0.48/1.00 vMB 29
375,981 375,981 00000000000000000a32d9f9a8ddae2e5fd1e3b1ae1d3ac6bd9f25e8bbca6986 166 0.08/1.00 vMB 42
375,980 375,980 0000000000000000009297d70f90611007c195b43c900a0ff0dec266ba045e7a 682 0.40/1.00 vMB 31
375,979 375,979 00000000000000000596d1e7dffbdab653448692509ee02655fbd1e1bb167ee8 119 0.08/1.00 vMB 23
375,978 375,978 000000000000000000adfc61a95bfaf765ef0097687bf4dabad88c3d9e3d97e7 211 0.15/1.00 vMB 29
375,977 375,977 00000000000000000e3a03ad0b8e07f89e14bca8fd047f4d4ef91ebf84ba7ac6 110 0.06/1.00 vMB 22
375,976 375,976 00000000000000000e6dcda2ec074f9380b180ee74a535d2e7dc18cd0e65343f 1,203 0.60/1.00 vMB 36
375,975 375,975 00000000000000000b16d09d861a6749be900fa6c5246ddc0544cce7a5016dff 390 0.26/1.00 vMB 29
375,974 375,974 000000000000000003b791a8ea67b1778e1f06655c945d48a94eecfa531d94ec 361 0.26/1.00 vMB 26
375,973 375,973 00000000000000000b953fb78b4a3a07541b07bd9fbdf90386556f44c6ae01f4 1,342 0.72/1.00 vMB 35
375,972 375,972 00000000000000000b5534dbdc8bc3137cbf3a6424ee62675427eceff3b0be70 1,834 0.94/1.00 vMB 41
375,971 375,971 00000000000000000eeeda1695547a53775a03348efad2a5c2d0669bbf5d21db 834 0.53/1.00 vMB 33
375,970 375,970 000000000000000003f0246b8df7b6f765d1f8c62b37ced8eea837803b903c4e 1,273 0.93/1.00 vMB 22
375,969 375,969 00000000000000000c974dd0fa9305d10fb3c6c407d040a3252d4bb8868393e9 2,184 0.93/1.00 vMB 45
375,968 375,968 000000000000000006f9834632dbef13b12c578ba441f4e481677fd16625dddf 1,855 0.75/1.00 vMB 54
375,967 375,967 00000000000000000ff88fcfb942ce65a00c1455ddcf28dfb790da7ee65443f3 1,184 0.58/1.00 vMB 38
375,966 375,966 000000000000000010e0f4fdd902feb7a992a832a022b283a8e6ac79860be211 218 0.12/1.00 vMB 23
375,965 375,965 00000000000000000489c0836df11d9f4a1af36dd91d58b911f4956fd1c36e68 666 0.46/1.00 vMB 20
375,964 375,964 00000000000000000b59ff8b7e67b9e3a6ee17cab823288c9ba49bafb9b5d292 2,423 1.00/1.00 vMB 48
375,963 375,963 0000000000000000105605ec3b11e43750abf28d39bcc5f449ac759af4cdc994 1 0.00/1.00 vMB 0
375,962 375,962 0000000000000000099d2329698a967feb3101725d68426fd16a5ea7883a1655 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.67 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: 673.15 GB
    • Received: 16.42 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.