Loading Tool

Explorer IconExplorer

Memory Pool

40,287 transactions
28.18 vMB
0.06773257 BTC
Random Selection Loading Transactions
Max Size: 143.61/200 MB

Candidate Block

Mining Attempt f50a9bf5ad7464253dbfb629aa99db007ab12decd1a3072a49ede8b68220714d
Version 20000000
Previous Block 00000000000000000001d6e4b9fe9c31ee121da43d4be6adea03305ebd2b9e1e
Merkle Root 69b19d76b7a5da4d2f4b02a4b964722ec2f421c9bf986a500ffbf1b4f059a48c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,393
Size: 1.00 vMB
Total Fees: 0.01342208 BTC
Feerates: 60.16 > 1.34 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,629 (249,626 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
665,003 665,003 00000000000000000002f5696c7d7123d175c2a2f915d8e226e2fc864d3df6f1 2,739 1.00/1.00 vMB 123
665,002 665,002 0000000000000000000354a7042232eaf1d155657b09f83cfbd7614be5c7c228 2,914 1.00/1.00 vMB 101
665,001 665,001 0000000000000000000d723bb3b2f35b5746487be152bd272f0ae0c7be88cbc4 2,919 1.00/1.00 vMB 98
665,000 665,000 00000000000000000009e5b1f38cc7438ffef11b51744d919c1151e7431bc72d 3,043 1.00/1.00 vMB 120
664,999 664,999 000000000000000000054d87aec3974d95fdb1c75810054356a08e9291ec82e1 2,793 1.00/1.00 vMB 87
664,998 664,998 00000000000000000001afb8fd41ff93ed83d16a371286267bff7ef218f6410f 3,049 1.00/1.00 vMB 104
664,997 664,997 0000000000000000000088938929292b0db0d6587c357f8abc6789b8ff64f417 2,850 1.00/1.00 vMB 96
664,996 664,996 0000000000000000000a64778f6b4592169a893972e5e458596ecddb2ff42f57 3,423 1.00/1.00 vMB 135
664,995 664,995 0000000000000000000c037b8b121a397a9b69dc0eff7952e33f5be384ba2cdc 815 1.00/1.00 vMB 67
664,994 664,994 0000000000000000000c49fe03427f97748dcb0d29c002f74d99755cc967eabd 3,224 1.00/1.00 vMB 84
664,993 664,993 00000000000000000005dcb6cf4f1bb9dabbcf153e5e3003e3f9130d1bf56828 3,056 1.00/1.00 vMB 98
664,992 664,992 00000000000000000009da37aab289efea489f928f4eb0899fb8cd2288cc8a5d 3,012 1.00/1.00 vMB 92
664,991 664,991 0000000000000000000680b24d1ff1e89b0154b741c3f84e437d401954830baf 3,063 1.00/1.00 vMB 103
664,990 664,990 00000000000000000008e5a85412ae0f9287c6b787b935ab35b07c73d8205b9d 2,428 1.00/1.00 vMB 58
664,989 664,989 00000000000000000007ba3ea877b162c14817d0dd99a01b7db6fa2bf4bd0e66 1 0.00/1.00 vMB 0
664,988 664,988 00000000000000000006ee8a195a71705061791978dc7aa7876ce78d448c72a9 2,721 1.00/1.00 vMB 66
664,987 664,987 0000000000000000000ee1f220902602b834cef4e23aba2ae340b83247c47059 2,730 1.00/1.00 vMB 95
664,986 664,986 0000000000000000000c481b18ffaf1ae735dbb06e6d4465d5729bbfc419f6db 2,669 1.00/1.00 vMB 74
664,985 664,985 00000000000000000009b37ef6ab3d0d47875869edd715e5653304eb5681a0da 2,842 1.00/1.00 vMB 104
664,984 664,984 0000000000000000000953f44ae237d6801830e54d95342e258dbf72493a0431 3,184 1.00/1.00 vMB 71
664,983 664,983 0000000000000000000b5826f6227398e483bf5704d0cb39590c40d7793ea179 2,842 1.00/1.00 vMB 82
Previous 10 blocks ↓
Total Size: 781.73 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: 630.33 GB
    • Received: 12.01 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.