Loading Tool

Explorer IconExplorer

Memory Pool

74,027 transactions
27.38 vMB
0.06798065 BTC
Random Selection Loading Transactions
Max Size: 167.11/200 MB

Candidate Block

Mining Attempt b1ed3257950a61dc8fe60e5e531d483075d10ddcbe8387614b96394472390f5a
Version 20000000
Previous Block 00000000000000000000021ebf7cb9461533c1f4d147f514574604ef61f93ece
Merkle Root 64bffb5a900bda80b5483740a6a96ff9525ae9b62e6f7cc0c92c9f654e173693
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,176
Size: 1.00 vMB
Total Fees: 0.00971358 BTC
Feerates: 402.60 > 0.97 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,316 (111,419 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
803,897 803,897 000000000000000000014c0b714846795c866d6bf063472ebc30411f4b94c3ef 2,336 1.00/1.00 vMB 8
803,896 803,896 00000000000000000003de8eb5beb9384e8cc9abe3cea3f7a01e72a5779693d8 2,275 1.00/1.00 vMB 12
803,895 803,895 0000000000000000000478f5a18c69b32ae54e2ecc5daa8286c4b3d080667cad 3,105 1.00/1.00 vMB 11
803,894 803,894 00000000000000000003ee41ee67ad2013329b2815d16da66e0b4f98d5ed5d7f 3,655 1.00/1.00 vMB 23
803,893 803,893 0000000000000000000397467efa0c5dd9d52a88f97318888d0f51f71f5785d9 3,123 1.00/1.00 vMB 26
803,892 803,892 00000000000000000000cb3384bc730e900f3bc96ef3ff163b5d97c5a5d9e48c 4,583 1.00/1.00 vMB 11
803,891 803,891 00000000000000000005351c4c712b1554bd3e02dd34859f50aab295893bb428 2,876 1.00/1.00 vMB 10
803,890 803,890 000000000000000000002ed8a4dcc1e2ea83f4dade750f817dbba7785a02ebe8 3,869 1.00/1.00 vMB 9
803,889 803,889 00000000000000000004c2f80dc4158842493c7b6d0dc42d22976f61fc820fcd 3,246 1.00/1.00 vMB 9
803,888 803,888 000000000000000000052cfc2341520bec1a7d4ba6c65c7908fa081aba5c14f8 4,061 1.00/1.00 vMB 10
803,887 803,887 000000000000000000020c9914ad6298c8dca10ea0a2a61fc1f55441a302e1e8 4,593 1.00/1.00 vMB 9
803,886 803,886 000000000000000000049d5dc0c094ebd831bfaae63a245efba75445d4718abd 5,839 1.00/1.00 vMB 6
803,885 803,885 0000000000000000000134ab4951219cce6e36a9e60a482b45e481bc3e008586 1,280 1.00/1.00 vMB 10
803,884 803,884 000000000000000000017e6124663ad670e0e3aa0ab230e29f238ed41b42deab 2,142 1.00/1.00 vMB 11
803,883 803,883 00000000000000000002f125735253e170a8122b2a3b6818b689b5797a4aa687 3,673 1.00/1.00 vMB 13
803,882 803,882 00000000000000000001bf7d4d83dc722b6272120060e14640e4c9c236b95a10 2,987 1.00/1.00 vMB 25
803,881 803,881 000000000000000000001c91f1bd6b0368896261f722958620b5f3ca9521b477 3,846 1.00/1.00 vMB 8
803,880 803,880 0000000000000000000104ae688772c93b6aeb15940d13641713f3cc49ce2440 3,248 1.00/1.00 vMB 15
803,879 803,879 000000000000000000028bd404759a67f88639188ff4d56a98f0273f1ca086dc 6,187 1.00/1.00 vMB 6
803,878 803,878 00000000000000000000c01e6f305fd66d8c9f102b7e218731db5702118637c3 3,616 1.00/1.00 vMB 6
803,877 803,877 00000000000000000002ed60a5fffff053cd8fce4782036db2335fb4d26c0777 3,290 1.00/1.00 vMB 19
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.86 GB
    • Received: 17.61 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.