Loading Tool

Explorer IconExplorer

Memory Pool

82,491 transactions
31.24 vMB
0.12455703 BTC
Random Selection Loading Transactions
Max Size: 189.31/200 MB

Candidate Block

Mining Attempt 41b4690c64d762216a4966638890af823d22f693576bb05023f8af0d2ad3c99c
Version 20000000
Previous Block 000000000000000000000eae6ae416cdad2dec45a411fce4671dd0b42eb663a3
Merkle Root 838f0b41c0850ab8d9ddb6f59a12e474c2ed96cbd54dbe149b99f92fe7e10e2c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,145
Size: 1.00 vMB
Total Fees: 0.04262707 BTC
Feerates: 318.30 > 4.27 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,401 (485,503 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
429,898 429,898 0000000000000000023cbb361f626d69cdce9e9035a51ace19445999d9558df9 2,970 1.00/1.00 vMB 82
429,897 429,897 00000000000000000297f7aa9d68b3f155c14937cbf8851d22368f930cb860af 1,780 1.00/1.00 vMB 39
429,896 429,896 000000000000000004af838366a0f09557dbd89e3f6f8679c18ad4bdf2c9bd3e 2,291 1.00/1.00 vMB 72
429,895 429,895 000000000000000000cf11369d44a61636b924397cad99a9f5266016ba1f8244 1 0.00/1.00 vMB 0
429,894 429,894 00000000000000000133986f043a49885a8e433d15fa22cb326929f8bbef6c62 1,387 1.00/1.00 vMB 29
429,893 429,893 000000000000000004aecd941788c081c9573a17f254e0a7f8c05f28cf54317f 571 0.27/1.00 vMB 43
429,892 429,892 000000000000000003ea1b01994e02af039190d93299ecad8783048b1edc5a8d 2,160 1.00/1.00 vMB 51
429,891 429,891 00000000000000000346e5f7115d5c0f2d3e99e9ee448b700914036f9018a6fa 713 1.00/1.00 vMB 14
429,890 429,890 000000000000000003330162eea8dcc48761cb2ad5edacae95d848571b911b18 1,636 0.83/1.00 vMB 44
429,889 429,889 000000000000000003d413bcace825f2868120c3723aee4c9981cbb7dedec948 1,200 0.99/1.00 vMB 40
429,888 429,888 0000000000000000041a5590634ec7ae5ce07e1acab1dea93b7029a0cdc412ca 1,844 1.00/1.00 vMB 49
429,887 429,887 000000000000000002d63e08199412856fda468d6b618a42ba070c70a5bd37c7 2,677 1.00/1.00 vMB 69
429,886 429,886 0000000000000000014e41dd3152ba4a16dae4915a416b716fe37f2375f6dd9c 1,245 0.53/1.00 vMB 65
429,885 429,885 000000000000000001cfd38b582f033b7bebbeb67a8c9678fec654d137f968ab 1,858 1.00/1.00 vMB 45
429,884 429,884 0000000000000000009fcd6b4bf1984e774fefd1fda5cb008a30021c2c0bde37 2,360 1.00/1.00 vMB 47
429,883 429,883 0000000000000000032a412ba0720fd53976ec2b3f84880a6a7dae6578936eb1 2,407 0.75/1.00 vMB 86
429,882 429,882 000000000000000002bcd35774f1fe1bcde46d24371ee71a54ffa2e5b9b9c4d8 2,657 1.00/1.00 vMB 64
429,881 429,881 0000000000000000036761c6e300df698b9b14ef0dfb364c068a34c4a3eaf9f2 1,895 0.98/1.00 vMB 48
429,880 429,880 0000000000000000037a2c725f6de7a3b97b257e2c19873cb16c44f1d29a1fca 685 0.42/1.00 vMB 42
429,879 429,879 0000000000000000004ab59b053812b3e7a65c1ffa755f0c483952575d83d49f 131 0.06/1.00 vMB 53
429,878 429,878 000000000000000001bf2180539d1633ea065cb64345b2a4181617e84d54af78 599 0.59/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 783.08 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: 722.19 GB
    • Received: 18.39 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.