Loading Tool

Explorer IconExplorer

Memory Pool

79,222 transactions
29.38 vMB
0.12514730 BTC
Random Selection Loading Transactions
Max Size: 176.89/200 MB

Candidate Block

Mining Attempt d48f49f58bb99755d4af55d0cc049f207889b215c34eca1fd65fcbb2da13bbd6
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 58396bffa82449a0174c96e87203e0c2482e09488ee4d0689c25ca530367effd
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,392
Size: 1.00 vMB
Total Fees: 0.04542164 BTC
Feerates: 150.80 > 4.55 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (560,987 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
354,278 354,278 00000000000000000cb369e8062e1ab1eefa7b53e0577aac247ed2e9f466e38f 132 0.08/1.00 vMB 23
354,277 354,277 000000000000000015d5ecf26af1e9507fe9eef9062d9da43911acaa38d35a40 509 0.27/1.00 vMB 20
354,276 354,276 000000000000000014cfcee3937d2a25ade718c37330d8d1b5e6f4260695239f 152 0.28/1.00 vMB 11
354,275 354,275 000000000000000012f7fec1ba6b7b14789962e682f4311481d906b2612f7188 1,459 0.90/1.00 vMB 23
354,274 354,274 00000000000000000326b4cc2073cbedbac25c476a92630be5fc458932e9dbb4 2,559 1.00/1.00 vMB 34
354,273 354,273 0000000000000000082a438f0aed4c40fd294203c192da3b16de56bfa0df2468 258 0.11/1.00 vMB 20
354,272 354,272 00000000000000001168891884c9bd9def19841e098cce6f059780e35a82ce6e 1,479 0.66/1.00 vMB 29
354,271 354,271 00000000000000000db9fe06f1717677e05ddbdb23ee936ac07158cdb22340f6 120 0.10/1.00 vMB 6
354,270 354,270 0000000000000000118e4619a4ddbe4036a897c5a8ef4c0087d45ecf7e3ecd32 911 0.56/1.00 vMB 22
354,269 354,269 00000000000000000dc89b55d6f32f0db4d44197aa5b1155eb748825640ca983 1,344 0.70/1.00 vMB 26
354,268 354,268 000000000000000001ed9756fda665d3c22ae6288e40c09d4bcf82ca4ee46cc3 1,135 0.49/1.00 vMB 30
354,267 354,267 000000000000000000c4a6570d47f39dd7ce11d65a2a194d0fdcd8ce4f9b0aa9 470 0.26/1.00 vMB 10
354,266 354,266 000000000000000008222bbae29342db27cb915630c9cdf34e2ce5076feaf2ad 2,256 1.00/1.00 vMB 31
354,265 354,265 000000000000000009ede98271879c169fd6fbadffcb92d98022e83f364078a0 1,672 1.00/1.00 vMB 24
354,264 354,264 000000000000000001a784dfa7e1f7dae0bebb582d59f179a35e6251ba5b305c 2,170 0.75/1.00 vMB 38
354,263 354,263 000000000000000012da4f0b22ae6eeeb2c454081ffe3d47e2920c06181a6f0c 535 0.28/1.00 vMB 21
354,262 354,262 000000000000000004d9678eee3359657e127a55dbd7eab9b94f54c41a199960 303 0.16/1.00 vMB 22
354,261 354,261 000000000000000009f8023771f4ae9edebd74ec4d0782aeffb33f5e8f50787f 1,206 0.75/1.00 vMB 25
354,260 354,260 00000000000000000c531caf38e99c5467759ad7e8394cb9e86a32147720a8b8 1,734 0.75/1.00 vMB 33
354,259 354,259 00000000000000000abe626b3c3b47043615e09778f483b7dcbb601fb2738fcd 250 0.18/1.00 vMB 16
354,258 354,258 000000000000000016607ee805984bfc35c038fd5c63a2f67b1d4d0a5522cbe8 864 0.59/1.00 vMB 20
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.79 GB
    • Received: 17.21 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.