Loading Tool

Explorer IconExplorer

Memory Pool

41,772 transactions
26.53 vMB
0.07906177 BTC
Random Selection Loading Transactions
Max Size: 139.25/200 MB

Candidate Block

Mining Attempt 5a903c2b6133aa3fd620b7bc0d8e167d7dcfea4981c5a3d173a28c0d5b16a4d9
Version 20000000
Previous Block 000000000000000000013b59fa3af0e2030ce23b6bd3110718452b322094879b
Merkle Root 97112f13049e45110dc6ee263976eccba09f7bef50c8f6a17c27010203a690e7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,247
Size: 1.00 vMB
Total Fees: 0.03020736 BTC
Feerates: 101.66 > 3.03 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,910 (128,350 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
786,560 786,560 000000000000000000020f0e7103c740327295aa39e83f22e9c2e0464a38496d 2,827 1.00/1.00 vMB 8
786,559 786,559 00000000000000000003c74eb33a802c10c0d10da030a8f2a022cf04bda1a7f2 2,916 1.00/1.00 vMB 9
786,558 786,558 0000000000000000000593a27ff7cb6c5f99b2271c236d571c9c4bd77f4933d9 2,662 1.00/1.00 vMB 16
786,557 786,557 00000000000000000001b6445eadceb68c7dbff1624e052d4c372ffb156c06b0 2,868 1.00/1.00 vMB 17
786,556 786,556 0000000000000000000243ecd72f896f5a56c6b9b6c476a174c3df2c759c312c 2,455 1.00/1.00 vMB 20
786,555 786,555 00000000000000000005b3507576a9ce86abd2040db7a89d618f40edac95f622 3,533 1.00/1.00 vMB 26
786,554 786,554 00000000000000000001a84a47f71cbed3080058179326dd21cab73977e28592 1,449 0.39/1.00 vMB 12
786,553 786,553 00000000000000000000bab0bdc69854babb4448233e1b10619564b1fa38c57f 605 0.17/1.00 vMB 17
786,552 786,552 0000000000000000000310963d6025986bf8216b4b3817e9e0e5f5b39e279fa5 2,637 0.82/1.00 vMB 7
786,551 786,551 0000000000000000000462ed942be0a78807c8d6f2d567efcd8f6c4f3df57843 3,432 1.00/1.00 vMB 14
786,550 786,550 00000000000000000003f6cf31e58b12cc1864269f457821f47a4ea630e051fa 3,261 1.00/1.00 vMB 7
786,549 786,549 00000000000000000004a7b808f2d0223ec17c48cde970912368141a16a3f670 766 1.00/1.00 vMB 15
786,548 786,548 000000000000000000037442a55d51a35eed0226fcd835a4e1f7cc79e5b70138 2,252 1.00/1.00 vMB 13
786,547 786,547 0000000000000000000252b5b0ed36e80c096964eabcd7976e374c1235663a23 2,256 1.00/1.00 vMB 2
786,546 786,546 000000000000000000043c7a6538f1baf7f9591f54ccd2859011b20811ca9774 2,366 1.00/1.00 vMB 12
786,545 786,545 00000000000000000001eb4a02a393e89a383b84446fc5433aa4b29b5c38cd0a 2,795 1.00/1.00 vMB 12
786,544 786,544 00000000000000000000c9a557746847edd5a59866b7957a90798237975c8d9f 1,943 1.00/1.00 vMB 26
786,543 786,543 00000000000000000001145eac634eb1891629163a80421268a776c60bae6032 2,865 1.00/1.00 vMB 5
786,542 786,542 0000000000000000000218e2aad37e61c9247dd57f032d1092960eaeee22d00e 4,631 1.00/1.00 vMB 7
786,541 786,541 0000000000000000000593200957e648d18d065357958ce666d37d2fa5e28213 2,041 1.00/1.00 vMB 5
786,540 786,540 000000000000000000059248eb879d90a8c676d30eafcfa6a83f0b83725c9039 3,226 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.23 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: 654.89 GB
    • Received: 14.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.