Loading Tool

Explorer IconExplorer

Memory Pool

38,076 transactions
19.04 vMB
0.04218866 BTC
Random Selection Loading Transactions
Max Size: 105.76/200 MB

Candidate Block

Mining Attempt 4e5e628625b4900fd1144d5d69e5fffed9025774e3096c1be942359f286dbba1
Version 20000000
Previous Block 0000000000000000000076f3e8a0c9726c2b58bcccaec69b14ce877eef943628
Merkle Root 0ed1766bb3f2824a72c9725af09230a8008ee6ea53afa41952b4ce3792bd7e46
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,801
Size: 1.00 vMB
Total Fees: 0.00564099 BTC
Feerates: 313.32 > 0.57 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,062 (797,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
117,051 117,051 000000000000b4e56288c8657e49f499a8322c9f1bc5f9d44b6768245f3b4ca8 12 0.00/1.00 vMB 280
117,050 117,050 0000000000000bea468cf432d88e4424b77514d39b0a47ec70ffce9bd42ea582 13 0.00/1.00 vMB 326
117,049 117,049 000000000000296531f353c627b0fd0573db25bd6cff109acb5cfc913b8b2745 12 0.00/1.00 vMB 0
117,048 117,048 0000000000002185b5017d416729c0c11a922b0240b5085abbf550a3b1e04661 11 0.00/1.00 vMB 619
117,047 117,047 00000000000039f52dcd128608c1e389fa477975952aa0e4021d0d2686c8d616 11 0.00/1.00 vMB 753
117,046 117,046 0000000000005d00f8b03e3826e4382f2b30a1664c47943c3ed7e344d9014cdb 11 0.00/1.00 vMB 296
117,045 117,045 000000000000cb74778df1a08b139acc9f01ef43afb32b72c19cc71147515817 32 0.01/1.00 vMB 225
117,044 117,044 000000000000c14f2fbd37dedf8b3e534bb4e5d4c1340a205f6f9c1654da2dc2 22 0.01/1.00 vMB 334
117,043 117,043 0000000000009dba20d0dfa0f81ca948626a8c495f222462f4021d804ffdcb17 13 0.00/1.00 vMB 1,026
117,042 117,042 000000000000ae5f669d5c401333bb97a16aead88bf8b8ab67c39f14bd87cecf 10 0.00/1.00 vMB 0
117,041 117,041 00000000000007e5697b6834598299a11f64ff044bc9173358055589b19fdff0 49 0.02/1.00 vMB 795
117,040 117,040 000000000000aaa8a550457ce31f3a9f579e7ef9e01d6539a921a08b52e9e01e 14 0.00/1.00 vMB 838
117,039 117,039 00000000000027dc24b3ef5ff6abd2b1054d9ded87b7c619d52d024300e2d3a0 14 0.01/1.00 vMB 1,084
117,038 117,038 000000000000381cd4933f4f8d4a5fc1e0f68220b0f564599388697f5a88e756 1 0.00/1.00 vMB 0
117,037 117,037 0000000000008a3f357601ac82d1b99d30bf2e2d2f30439d9d00c88ac7eb9d5e 10 0.00/1.00 vMB 819
117,036 117,036 0000000000007f411f1390d252edf475fe79501bd7548f51705a4b5b5f5bc1a4 10 0.00/1.00 vMB 0
117,035 117,035 000000000000a08deae83387283345aaf69ad10e0bbb989ff04facef19042407 13 0.01/1.00 vMB 1,083
117,034 117,034 0000000000004e80e526e2994692b20ffb0d0fa11a3bc95257f4b53948d6e61c 15 0.00/1.00 vMB 276
117,033 117,033 000000000000a17d0a39489218f02ff62d5074fd8590003426a5cc727373945c 15 0.00/1.00 vMB 1,828
117,032 117,032 0000000000004b767af96eed24d34f15d30c0396c39a79a457a66a3279a8c853 12 0.00/1.00 vMB 1,686
117,031 117,031 00000000000003a7b73b73471173a43235d50b7c90f72a5252ca4a4e52e4ddca 10 0.00/1.00 vMB 551
Previous 10 blocks ↓
Total Size: 780.70 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: 554.77 GB
    • Received: 6.78 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.