Loading Tool

Explorer IconExplorer

Memory Pool

37,184 transactions
27.00 vMB
0.05676417 BTC
Random Selection Loading Transactions
Max Size: 137.08/200 MB

Candidate Block

Mining Attempt 3491488859202a7163474b6de4f02ac821f3bb63cfbcce0fe654cc14fb7da289
Version 20000000
Previous Block 0000000000000000000179be315979af8643d60e3dbf26b1dc2d5ab14d2f469a
Merkle Root 2b940cad670b7f1fed92553ac851c0684cff95a7aeaf253ebcc0c4548a7bc899
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,570
Size: 1.00 vMB
Total Fees: 0.00589597 BTC
Feerates: 50.34 > 0.59 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,642 (829,546 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
85,096 85,096 0000000000298416771ede6c795b509795c33468922c0fa01d7b41ac8bc85a97 1 0.00/1.00 vMB 0
85,095 85,095 0000000000031b152021f1c8509ec8e6b25c2fa33bebea154d61ec63434425d0 3 0.00/1.00 vMB 0
85,094 85,094 00000000002e81495e10635cdccd3d27440ce45a15f3ecb18ad27e0c0ef94fc9 4 0.00/1.00 vMB 0
85,093 85,093 00000000000d75a4fece985e1495eb23232a48e767d69c2b0a1c12e42880a632 2 0.00/1.00 vMB 0
85,092 85,092 000000000025e3d5f4485b5e59ed827a89fca221eba3e5a44b85e5320a903f93 1 0.00/1.00 vMB 0
85,091 85,091 0000000000176d0f5a8ae5c3c313ee399ab77434ed285640fc6430fad6fe2852 1 0.00/1.00 vMB 0
85,090 85,090 00000000001dbbc7629a275b16ce6dbb9beb3f2d6a991e0453828152e97e3c38 4 0.00/1.00 vMB 0
85,089 85,089 0000000000160b143261d28083a5cef40388802aded7b938d013ee491795017a 3 0.00/1.00 vMB 0
85,088 85,088 00000000002d132caa94922ee4e1af1884b35b07b81a500cf7d8877bad0caab7 1 0.00/1.00 vMB 0
85,087 85,087 0000000000083e5025d0f905158afee626d681b5b28d2a305d0e93433dc7a87d 1 0.00/1.00 vMB 0
85,086 85,086 00000000000c198b7faf963be6f7a265e84aa2f65eecd41b755bff11ef9e0898 2 0.00/1.00 vMB 0
85,085 85,085 000000000022f6a9097fa573221c663dfc6dfb4d0db4065ca1eb21f78376fe36 1 0.00/1.00 vMB 0
85,084 85,084 000000000026ad89757b81495024c1d0d0859880718e80b42a8c0b2e9529e4d6 1 0.00/1.00 vMB 0
85,083 85,083 00000000002e9bf523f9fcbaf3644b66cc7f1c103fa3aeda4a440757d03b40ca 5 0.00/1.00 vMB 0
85,082 85,082 000000000007a625df61694a8a967594b3555dbf496b5a37be917bf4907aabdf 1 0.00/1.00 vMB 0
85,081 85,081 000000000012846be1bf144264ec5692f52aecf834da52e153006d0494e92277 1 0.00/1.00 vMB 0
85,080 85,080 00000000001c8daa5bc73ad73868f8ec5659ee1d7b1957e8a41814ffe3948f5a 1 0.00/1.00 vMB 0
85,079 85,079 00000000000e7c6766fd40c80717249e9ca8645276a4bef6c58db5ddc367731b 1 0.00/1.00 vMB 0
85,078 85,078 000000000012f6f1110f9cd8cb54bd68e5ba907fd8b9341b3a62bba876942e62 2 0.00/1.00 vMB 0
85,077 85,077 000000000021efe1c622bbc2a7319bd083cc884715284cc11dcb7fb5961b5c6f 2 0.00/1.00 vMB 0
85,076 85,076 0000000000229a6ec82c6d121f44d060cb9f2b5c66d4b8cc4ac8445ba2bc560b 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.76 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: 632.02 GB
    • Received: 12.09 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.