Loading Tool

Explorer IconExplorer

Memory Pool

73,074 transactions
27.04 vMB
0.06058442 BTC
Random Selection Loading Transactions
Max Size: 165.12/200 MB

Candidate Block

Mining Attempt 644999c322e14d126b64a042d320dbba245428d8b717b5eaf38c85a4b6a766f4
Version 20000000
Previous Block 0000000000000000000100e14253151db2f2c8ca0f4ac25ece9c93f74ee122ca
Merkle Root a4d1be380cc057af419cb3a8eca2ae6ea74fb2916df29be4365a7f5f9cade36d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,754
Size: 1.00 vMB
Total Fees: 0.00331127 BTC
Feerates: 26.12 > 0.33 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,318 (542,339 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
372,979 372,979 000000000000000002dce7a5f4488d3003e0db27357d18aec3d3fada101261fe 386 0.26/1.00 vMB 40
372,978 372,978 00000000000000000a9c9be2d297f5b4f2f541265884086bad2511a4a2f32e87 68 0.03/1.00 vMB 69
372,977 372,977 00000000000000001255e5c6b29bf6fc5dd63706f07b227879319f12dbed6741 148 0.09/1.00 vMB 60
372,976 372,976 00000000000000000d029be3686762d7f654b7f85014e0dfe4be6919e09624ce 339 0.31/1.00 vMB 25
372,975 372,975 00000000000000000172b9275ab358208d64f8ad5b1ba7f957ffc3cb76ad52cd 1 0.00/1.00 vMB 0
372,974 372,974 00000000000000000327b836eabb25bbb96a444eece2f5efd711a38eef9e4ee5 474 0.23/1.00 vMB 50
372,973 372,973 000000000000000010e8b8244c5a900e0fd4f241c5b7afcef48b6c32261fb28c 229 0.25/1.00 vMB 18
372,972 372,972 00000000000000000338cec0b172863624503ccfc75e305ac754e63fda438a4a 1,047 0.59/1.00 vMB 41
372,971 372,971 00000000000000000d9dd84d8b40f29f9dffb43ace25614959006de3fdcf57bb 1,546 0.66/1.00 vMB 51
372,970 372,970 0000000000000000054caf1c6563d68246b07a1aa59d74cc5371189be7f83563 137 0.07/1.00 vMB 47
372,969 372,969 000000000000000011e38d810b2fdba7e5c09fb00d289241d78b4a7264eeb7e9 207 0.12/1.00 vMB 34
372,968 372,968 00000000000000000949ebbfebbd394ae08fcf2d05fbd712b956594866aba9f8 662 0.30/1.00 vMB 62
372,967 372,967 000000000000000000b8d464265b952ec4ff42f8b49bacd4d7b37615b9aba0ae 253 0.16/1.00 vMB 32
372,966 372,966 000000000000000010b491a3f4fee710ae1e34ef02deed224cdfb7ef8ce0f49f 482 0.27/1.00 vMB 40
372,965 372,965 00000000000000000ef5de7621976986c5cd12ee3fcc49b9c95258c61f1f33e8 330 0.18/1.00 vMB 39
372,964 372,964 00000000000000000314f7230a97944cd73b0f7e7e77b80df6c6bce2e8516732 455 0.24/1.00 vMB 45
372,963 372,963 000000000000000002501e1e9145ef45f7c835b5bd488f9542ba2a14ed283e17 1,278 0.67/1.00 vMB 49
372,962 372,962 0000000000000000010c8561187b961f038db5028dc4dfeb0ab6a8b30af2a795 265 0.25/1.00 vMB 12
372,961 372,961 000000000000000002f328e7b77c9b8582f539f93ba1a7fe6a7a80f949ce4ea3 150 0.14/1.00 vMB 27
372,960 372,960 00000000000000000d2d3c9ba1b552e9855f7e1ebded0859b3f8e14b0f05b0f3 506 0.33/1.00 vMB 34
372,959 372,959 000000000000000005ce1d2d10aeb9def4d38233e859d98a4a168ea3fa36687a 186 0.15/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.94 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: 714.91 GB
    • Received: 17.62 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.