Loading Tool

Explorer IconExplorer

Memory Pool

41,453 transactions
27.59 vMB
0.07338897 BTC
Random Selection Loading Transactions
Max Size: 142.33/200 MB

Candidate Block

Mining Attempt e512f4c2dc2a8115c8433776b11de928784ef2c76005433651ead2724344752a
Version 20000000
Previous Block 00000000000000000000a1786ddd55fd420afa28e0b26d3cdf698b7c13a266b5
Merkle Root 97042f756f2f3758c2f8c2dd2b9a1be2c01e3762b08712f99c470b71c17045e0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,234
Size: 1.00 vMB
Total Fees: 0.01929138 BTC
Feerates: 101.47 > 1.93 > 0.60 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,661 (129,089 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
785,572 785,572 0000000000000000000052b75630a48d7bbaf37f7ea12270401a9c7aee4284c9 2,789 1.00/1.00 vMB 16
785,571 785,571 00000000000000000002801e471ccf345c63817f34ce80f48a69d999b0aae127 2,431 1.00/1.00 vMB 18
785,570 785,570 00000000000000000005b2d67f9440bbeb13773f3038df538a45a59a5ffe82cf 1,954 1.00/1.00 vMB 10
785,569 785,569 00000000000000000002e742ccca3a2d6f2df96ab96e2bab1815d83d0cc4d431 2,067 1.00/1.00 vMB 12
785,568 785,568 0000000000000000000419a8efe1e50c5008383fb08c122d4f13cebf25875920 2,218 1.00/1.00 vMB 19
785,567 785,567 00000000000000000003b79170d0dfb9cd12d3aee10a0f337bbb586310184f6d 2,953 1.00/1.00 vMB 21
785,566 785,566 0000000000000000000140bdb44555344d562248a766d4a68312b959e097c583 2,090 1.00/1.00 vMB 31
785,565 785,565 00000000000000000004057a443b75cd58d2014647008596b285d6d51b7354b1 1,855 1.00/1.00 vMB 19
785,564 785,564 000000000000000000056f5b530c3833cbd417cf109fcc6177f3846f06a8d05b 3,297 1.00/1.00 vMB 20
785,563 785,563 000000000000000000040ce9c381ba33b87454a7516fa1a60ba68b1d10bb595c 3,768 1.00/1.00 vMB 31
785,562 785,562 00000000000000000000ac6d5a5f839f9e266fae83085e8c79210e4608c9f4b1 3,494 1.00/1.00 vMB 21
785,561 785,561 0000000000000000000264b9d12977193b8a2e7901cf6d3b84fc26b24f2d604e 3,625 1.00/1.00 vMB 28
785,560 785,560 0000000000000000000376726d69dcfa00c376b5f8e8f2a3a33e58fbda5c94ca 2,991 1.00/1.00 vMB 26
785,559 785,559 000000000000000000053fc34ab841f21decd9fdb1fab2036ced185f5334710b 1,793 1.00/1.00 vMB 32
785,558 785,558 000000000000000000048ca9606e13e9df67d19fb8210fbb3bb284c42ffc41f1 1,392 1.00/1.00 vMB 7
785,557 785,557 00000000000000000004c673112b4df376a5f6a852bd74b5a3911388100f01ae 3,006 1.00/1.00 vMB 19
785,556 785,556 0000000000000000000593c6aea81f1e35197222b6f8d424fb48171ae0b2f0ab 707 1.00/1.00 vMB 4
785,555 785,555 0000000000000000000139122d46913eae78f1b281c0eca64a066dfb4f46175e 2,269 1.00/1.00 vMB 13
785,554 785,554 0000000000000000000363e7d0a5e4c2cb293bf9da5f669ded3afb5ff8bd4783 1,532 1.00/1.00 vMB 9
785,553 785,553 0000000000000000000509a93b18241345e9bea514cdb6246c7f865f4ec8e37e 1,572 1.00/1.00 vMB 9
785,552 785,552 0000000000000000000253f81b6ede34e7b5a467130d27eb642714a345d77651 1,180 1.00/1.00 vMB 8
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: 634.08 GB
    • Received: 12.24 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.