Loading Tool

Explorer IconExplorer

Memory Pool

32,411 transactions
25.43 vMB
0.05169756 BTC
Random Selection Loading Transactions
Max Size: 127.56/200 MB

Candidate Block

Mining Attempt 3730f7a6faaabdfbaa602b6a7ff4208ffd98e1131048d15720223d9e16033608
Version 20000000
Previous Block 00000000000000000001faef095747522e6e39b83b4f276b6c552d3f2d0925a1
Merkle Root cc1c3a273d91a55ecad957dab0675c1aa0a06b081bcbbe708b7e0a8b7f6f6424
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 907
Size: 1.00 vMB
Total Fees: 0.00515677 BTC
Feerates: 532.98 > 0.52 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,657 (172,051 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
742,606 742,606 00000000000000000001cc817b2909b41be46808d2593b658f83e9288b2daa49 2,317 1.00/1.00 vMB 4
742,605 742,605 000000000000000000031be8ef5b6ec4b100c7d134870f27cf789fed432251ac 3,123 1.00/1.00 vMB 6
742,604 742,604 00000000000000000006e503a7e72d519635db45eae35ca44fef0023a5d95588 2,550 1.00/1.00 vMB 10
742,603 742,603 00000000000000000005adb2bcc1eaff0aa6ba739f94b2973dc7a1c90976f98d 3,464 1.00/1.00 vMB 24
742,602 742,602 00000000000000000000bdab7e34760cabb287a0bff853bae242effcd38c6785 2,665 1.00/1.00 vMB 11
742,601 742,601 00000000000000000002d270db1d8c9d99435e1013f97257ed3a75c09b915bc8 1,897 1.00/1.00 vMB 13
742,600 742,600 00000000000000000003b35469af2b7494be620bd5d7ba8b46a4e5a62475bf12 1,176 1.00/1.00 vMB 20
742,599 742,599 00000000000000000000bdffb845566bed679e4456c19139cda03479bf33206b 2,873 1.00/1.00 vMB 13
742,598 742,598 00000000000000000004f7463f0c19c705fb96116d460cd6d7cf0a795a63fe4e 3,289 1.00/1.00 vMB 34
742,597 742,597 0000000000000000000630d16146abe1d29e2714ed30b75646a97c301d95287a 1,522 1.00/1.00 vMB 13
742,596 742,596 00000000000000000003a258c17ceeadb06cfcbbe0b204f2e094baebae3fcfbe 3,098 1.00/1.00 vMB 20
742,595 742,595 000000000000000000052b2d6dfee180bd32c895c1d36a7031fee9a2b6d08b2b 3,238 1.00/1.00 vMB 16
742,594 742,594 00000000000000000000a7aab9f6a98e7c3acca550f14aed69245a9cd0292ace 3,195 1.00/1.00 vMB 20
742,593 742,593 000000000000000000094d32c10904951f068c91b87e628ca25a17e55717a2bc 2,418 1.00/1.00 vMB 27
742,592 742,592 00000000000000000000058496e54d6a960dd4fe4160132f5c221a978a9f1c0d 3,151 1.00/1.00 vMB 40
742,591 742,591 00000000000000000005f5e68dda6b322c4aa45dde14238f299fd012574cea8f 1,614 1.00/1.00 vMB 11
742,590 742,590 000000000000000000071708d575aa257f6ae247a8677560ea9f55b6fe1d15a2 3,250 1.00/1.00 vMB 19
742,589 742,589 000000000000000000010b8e4d896adae02a29c57de23f104dc55e6d9e092759 2,853 1.00/1.00 vMB 18
742,588 742,588 00000000000000000001187692db0573d1e2771b703f9f10a2048b5f39789c99 1,821 1.00/1.00 vMB 10
742,587 742,587 000000000000000000049d13fadb454d34dfa36aadd3967fe8f01a4a6ca3e561 2,599 1.00/1.00 vMB 8
742,586 742,586 0000000000000000000550204c4a124740016d761044acfdeeb86259717a8fc4 2,635 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 781.79 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: 633.30 GB
    • Received: 12.19 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.