Loading Tool

Explorer IconExplorer

Memory Pool

78,944 transactions
29.70 vMB
0.09158376 BTC
Random Selection Loading Transactions
Max Size: 178.43/200 MB

Candidate Block

Mining Attempt 43a3db23a9aadf2727aeff5bd737c292884bdd559360a68645d0e5b0a33d09de
Version 20000000
Previous Block 00000000000000000000b062ce7c1ce93baecfacba3f86e7f53b0c46b27d927f
Merkle Root a5f41634f3c8e737b0dd36eb42369121e63fab57ecf7c69afe382c9e1acb5232
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,664
Size: 1.00 vMB
Total Fees: 0.02749389 BTC
Feerates: 150.80 > 2.76 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,106 (348,648 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
566,458 566,458 0000000000000000002573ac0be1635360076e2942a49e2399209afc9af76341 1,246 0.47/1.00 vMB 22
566,457 566,457 0000000000000000000420a8d73e5cba69928a3093a6b24a2b4e62e141536bd7 599 0.22/1.00 vMB 35
566,456 566,456 0000000000000000001f82fcfa4504d1eb0afbec1e8fcbe5efaccd3206d9ce8b 739 0.46/1.00 vMB 17
566,455 566,455 000000000000000000261c7d3bbe7a61f2ded48430e576a1175ceda69db4324d 1,970 1.00/1.00 vMB 19
566,454 566,454 000000000000000000008eeedb07189ae12e80e3743cffcce202db8e9f6e5ba2 1,105 0.41/1.00 vMB 19
566,453 566,453 00000000000000000011846a758c753c57de389aabf3d35af9e2b2d20564e6cd 1,662 0.75/1.00 vMB 20
566,452 566,452 0000000000000000001c222ad12da7af05cb7a9e0c53095bc8ae89623768e081 1,030 0.65/1.00 vMB 3
566,451 566,451 00000000000000000008220afbbf1be898448f53c51b5008dc4ff9c732091b72 3,078 1.00/1.00 vMB 28
566,450 566,450 0000000000000000001239e251e5567b2631b4cfc6493e0b4f5fc1ae8b655f7f 113 0.03/1.00 vMB 25
566,449 566,449 00000000000000000013fc070658b07f30e2bb423af2a0b8850ad367a7b7ad6c 437 0.18/1.00 vMB 20
566,448 566,448 000000000000000000050a6a73664394e34446a2da96dc2fc04737e2657d296e 264 0.12/1.00 vMB 4
566,447 566,447 0000000000000000000942bca72473a0f5c0183ef572af0a259cb7855ac75e7d 2,405 1.00/1.00 vMB 18
566,446 566,446 0000000000000000002c80a75ec017d1611c1343f9d7387b41cdbf636870b8c8 2,770 1.00/1.00 vMB 28
566,445 566,445 00000000000000000014c30cd0d9b2139f0e8bd3fbced6d534da3823060d67a2 476 0.21/1.00 vMB 20
566,444 566,444 0000000000000000001583e73f199df6bdbf6461350547bccc26ef3aa89b9a47 996 0.59/1.00 vMB 5
566,443 566,443 00000000000000000005f069e65596e0f89a5190af7c881ee7ba84cb4f8723e1 2,994 1.00/1.00 vMB 25
566,442 566,442 0000000000000000000404f96ff772772efd159c18a84091aa70050d823f7a42 116 0.04/1.00 vMB 16
566,441 566,441 0000000000000000000a1b4fc7b25c67a251765c78ff268ded20730b3cbda567 363 0.12/1.00 vMB 30
566,440 566,440 00000000000000000026eb3ffaf5b0018939f0e4575a2c589e2f1cfa3374a071 428 0.23/1.00 vMB 14
566,439 566,439 0000000000000000000b007dedafda2c7e30bde83e98be4b7a4ae60ac31ae964 980 0.34/1.00 vMB 20
566,438 566,438 0000000000000000002ba1f6e4d769f3d579d0fc1716458db53b3299a20ad8b4 599 0.18/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.57 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: 671.23 GB
    • Received: 15.88 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.