Loading Tool

Explorer IconExplorer

Memory Pool

84,709 transactions
31.81 vMB
0.16519628 BTC
Random Selection Loading Transactions
Max Size: 189.32/200 MB

Candidate Block

Mining Attempt 51a1bd56f59ab1369479534086838db461eed784a802705a56f58c7b96413a22
Version 20000000
Previous Block 00000000000000000000709a48f0063127d97cdfd68d24c6264f3b0e57fb4758
Merkle Root c4c3b7c808a47f96c1de9079ab6e1e6bd6d081a6a1051f8a4812e0200c759575
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,068
Size: 1.00 vMB
Total Fees: 0.05217740 BTC
Feerates: 402.75 > 5.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,146 (477,951 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
437,195 437,195 00000000000000000306670cd4fd5ecb9fadef811f3256bd55ca61933d04213d 1,374 0.54/1.00 vMB 66
437,194 437,194 00000000000000000378a6ac3961d4e355d428ae6aa256b7679563814d1de208 935 0.75/1.00 vMB 41
437,193 437,193 000000000000000001ff50cc36969a2f0f2e511a6c6edb9df7f7906a4386a9cb 520 0.23/1.00 vMB 64
437,192 437,192 0000000000000000002d04dd79ec7d2a05ba4775357aca9b93f48c703e4616e2 1,599 0.64/1.00 vMB 64
437,191 437,191 0000000000000000016fa0d948f79a81f3b9cfe5ee85fa100b4105a3ab573382 1,472 0.99/1.00 vMB 39
437,190 437,190 000000000000000001cb88d021d2e3a3af93643af8fe0adb357b7725b4e747cb 1,440 0.62/1.00 vMB 63
437,189 437,189 000000000000000004426f825b4528607b1a1f61aa79d58bb2b90df94a940bf6 1,903 1.00/1.00 vMB 46
437,188 437,188 0000000000000000017cfd521be10169820717ae0aaedb9c3e208479f255119a 2,470 1.00/1.00 vMB 68
437,187 437,187 000000000000000003799367dfa7bd8726e04eee36dd3a310f3dc7fe9a1d2fd8 2,555 1.00/1.00 vMB 74
437,186 437,186 0000000000000000039de0b127a3b6e3f2ee58ac3c85532087adddc584b46c83 942 0.48/1.00 vMB 67
437,185 437,185 000000000000000002f1188905127a523d82c4e1e1e30f948f41f78a77b4309d 902 1.00/1.00 vMB 19
437,184 437,184 00000000000000000118e7c0614044d2846a57fc347fb2ae684415e8fdefb293 1,062 0.49/1.00 vMB 65
437,183 437,183 000000000000000001d083b023a0344d71d4e749a5d1ca0d08521252ccb0d4f2 981 0.68/1.00 vMB 29
437,182 437,182 00000000000000000311036f861e97fb6f7227d2129c8f89ae29ed91911e47f9 1,734 1.00/1.00 vMB 40
437,181 437,181 00000000000000000289274a97da2dfb37e6d3ed0beae21617c258fc9ba7d1a0 1,985 1.00/1.00 vMB 43
437,180 437,180 000000000000000000f16cc9cb218bb7cb62603f0022bad7a65c5c2b00d7d751 1,950 1.00/1.00 vMB 79
437,179 437,179 00000000000000000183f39b872f98ca254ffc5481924c8c190b03578be0f583 2,663 1.00/1.00 vMB 69
437,178 437,178 000000000000000000005d135ab452743dde190589fc5b2c90ef9f6709a266af 2,130 1.00/1.00 vMB 44
437,177 437,177 00000000000000000122fd2757246fd50ad8eed6b751a3d42a9fad4572cc0915 2,457 1.00/1.00 vMB 78
437,176 437,176 0000000000000000041d90c659fb1695d517b193c63e4bdfdc93c5d5de0864b3 2,652 1.00/1.00 vMB 58
437,175 437,175 00000000000000000378bb3b7284e701a36b40635e3a634c8dc5b3498d0aacfb 2,278 1.00/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 782.65 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: 672.66 GB
    • Received: 16.30 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.