Loading Tool

Explorer IconExplorer

Memory Pool

73,359 transactions
27.16 vMB
0.06131786 BTC
Random Selection Loading Transactions
Max Size: 165.90/200 MB

Candidate Block

Mining Attempt e21fb064d76cb8e0ab9b1e71a2122f38c089d5f8c4143c53f914e1222d9c974f
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 9d86035e1dcbae99cf3ff546a99fd65534c9e83201e505ed33e36b8595def045
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,967
Size: 1.00 vMB
Total Fees: 0.00367846 BTC
Feerates: 40.21 > 0.37 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (478,007 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
437,258 437,258 000000000000000001cc7e0e320fc5dca83376de6de83245db2958bee2d87f03 1,046 1.00/1.00 vMB 27
437,257 437,257 0000000000000000013df060d66b2f2c684e139ac4736e5ae9516d0cba61a600 861 0.47/1.00 vMB 48
437,256 437,256 0000000000000000025672e751dc8d3d2c9b68423dcf500874495655616289c0 2,047 1.00/1.00 vMB 56
437,255 437,255 0000000000000000029bd2acb2cb9f6b2c81f772584bba00db8e7451196da573 1,371 1.00/1.00 vMB 46
437,254 437,254 0000000000000000014c4da3c63b891301e3040588f98397894b2b9247a920d5 2,645 1.00/1.00 vMB 71
437,253 437,253 00000000000000000370c01ed38661c613349d983c3a934366eba9c065bdcc32 2,504 1.00/1.00 vMB 63
437,252 437,252 000000000000000000a3f35ae583c360799c7a8e14f2afdf460e7eefd0158b9a 2,857 1.00/1.00 vMB 103
437,251 437,251 00000000000000000378530297641a4cdaa76a61b2ff1c522c990ad0805d9469 831 1.00/1.00 vMB 15
437,250 437,250 0000000000000000036777752628d687a010d5b531998b613cec1f8871ef2705 1,208 1.00/1.00 vMB 30
437,249 437,249 0000000000000000002bee7a6c2c2b395522838cfceb7bb7fcc48e9fbb4760c2 2,067 1.00/1.00 vMB 64
437,248 437,248 000000000000000002861a1535099cea4f15c7415a050300f0b6b3edf4a28ea8 2,364 1.00/1.00 vMB 68
437,247 437,247 0000000000000000001b7251ad145ad8636e1201df7004cfac6c6f4217b68851 1,513 1.00/1.00 vMB 39
437,246 437,246 000000000000000002ff700f94e1151178283498bdc414c5404645922072bdf4 2,506 1.00/1.00 vMB 79
437,245 437,245 0000000000000000007097ad0b431b299c2f5d91bf49e4e3c4681a41cba4c1a9 2,269 1.00/1.00 vMB 53
437,244 437,244 0000000000000000033fb7237ed195395d259f079b4b27d517ab0113e7f048c6 2,993 1.00/1.00 vMB 70
437,243 437,243 0000000000000000026f661542e9d305d67795f01acc9b0ef1a3cdd6ce14f431 1,950 0.75/1.00 vMB 73
437,242 437,242 000000000000000001828e9460d39e8bb4e4125a223647d803c819543df20c41 1,797 1.00/1.00 vMB 63
437,241 437,241 000000000000000001a852f2912b42563d2a3fd4b0af18faa039e2f672a82948 3,196 1.00/1.00 vMB 112
437,240 437,240 000000000000000000640bdcd16d25f44725bd22b9f59978a3adfb654c93843d 2,201 1.00/1.00 vMB 64
437,239 437,239 0000000000000000017a42e930b163ba88c5c090b3c12f3b4e651b888c92cd78 1,676 1.00/1.00 vMB 44
437,238 437,238 00000000000000000256970249a9eb08230a686b5b3c1a5c80a6f4015ae8639c 1,852 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 782.85 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: 712.59 GB
    • Received: 17.19 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.