Loading Tool

Explorer IconExplorer

Memory Pool

74,848 transactions
27.61 vMB
0.07510654 BTC
Random Selection Loading Transactions
Max Size: 168.50/200 MB

Candidate Block

Mining Attempt a269b1a07d489f9d697ae09d8b91a2c435e6721af6f6ac3f8e11f77cb82e6695
Version 20000000
Previous Block 000000000000000000007612e5d7521da87d841e6b2b3b5b4a88a6af3ae40dcf
Merkle Root 80b83b02d2a204c6ed3b2b9cceb9151d62a047fabff2d99d4258168804087a43
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,340
Size: 1.00 vMB
Total Fees: 0.01620555 BTC
Feerates: 301.57 > 1.62 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,256 (111,363 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
803,876 803,876 00000000000000000000d4e3dbf7bf13c0c30c0bfabc9a9ddebd060205ac0c15 2,664 1.00/1.00 vMB 11
803,875 803,875 000000000000000000028059b5dbf7da9e572a23577d4548303059f16f47bf7f 6,212 1.00/1.00 vMB 9
803,874 803,874 00000000000000000000de67aa78dd5a5a2650aeaadc5b35e75e7278d9eb90af 2,624 1.00/1.00 vMB 11
803,873 803,873 0000000000000000000388980219983ca1806ade4016fd15ea675e66bbafede7 4,423 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.84 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: 711.86 GB
    • Received: 17.14 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.