Loading Tool

Explorer IconExplorer

Memory Pool

24,022 transactions
25.07 vMB
0.06832366 BTC
Random Selection Loading Transactions
Max Size: 120.72/200 MB

Candidate Block

Mining Attempt 4a5c37aace2b10fa4b9c342f41fc5b744cef648fc2788d423ff685b8dd0eef6c
Version 20000000
Previous Block 00000000000000000001149b849a74fdefdbffa02a8df3d8c14ace862c6b5686
Merkle Root 47e0abc24812e4e7cb735e18774062ef5c34f1f08d43f6e9814015fb39e1b634
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,263
Size: 1.00 vMB
Total Fees: 0.02300688 BTC
Feerates: 100.84 > 2.31 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,291 (827,353 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
86,938 86,938 000000000011c579ab7a8ac571e7bddca8b47337aa1a39700189184e43b933bc 1 0.00/1.00 vMB 0
86,937 86,937 00000000001705f7cf0589bde932eac1f6717e67b44c26ba72c76ebf968daa30 1 0.00/1.00 vMB 0
86,936 86,936 000000000012b94f38ced62d862eb0cd5993121fd359c6859d5d957b4d0f4086 3 0.00/1.00 vMB 0
86,935 86,935 0000000000017a1ed88ff450ab1d3664c9cf36531f1bd1a04d5ba35016a328ef 2 0.00/1.00 vMB 0
86,934 86,934 00000000001375365d5cef05010ec441d469d242d94212ac2c719b15da45e0b7 1 0.00/1.00 vMB 0
86,933 86,933 0000000000061d1aa3b7a167a774adfac2a96a4dcc6895159a7019dd8d7cd320 1 0.00/1.00 vMB 0
86,932 86,932 0000000000048bcea9e3e84f5e6c4b49a50b455a8478ed301db26bfddfbb225f 1 0.00/1.00 vMB 0
86,931 86,931 000000000013c9c779dfd7c7ed30b47c1ebf52097fceb0939631b26e63909dbe 5 0.01/1.00 vMB 0
86,930 86,930 000000000000a93fd9cca694455f16cf98e982e846d976f61ad3d4443196cc7b 1 0.00/1.00 vMB 0
86,929 86,929 000000000010bbdbdd34bff88fe2cdd56ef3173e06806ca1fe317def8d45f1f1 1 0.00/1.00 vMB 0
86,928 86,928 00000000000be9965ccf3fed97a532da03a71a01bf9b433c43b1a4dcc3fc4a40 1 0.00/1.00 vMB 0
86,927 86,927 000000000001701e4d4d2723457b03dd891040f7f665ade1d14f3df426984a6b 1 0.00/1.00 vMB 0
86,926 86,926 0000000000050874faa405912a555d4259e198d49b3b2416eed720078bbb3aff 1 0.00/1.00 vMB 0
86,925 86,925 0000000000042a12e41c182d3ce41298bd3b0abbddc0cd37a1d99f1a4e198ff3 2 0.00/1.00 vMB 0
86,924 86,924 00000000000b4686e666b785d334281e6fe3d164529340f4c146b42b87e38133 2 0.00/1.00 vMB 0
86,923 86,923 000000000010764b2cbb74c46e8d44a84c4830e19d568d5053f421d168eadc94 1 0.00/1.00 vMB 0
86,922 86,922 00000000001df7bbc2ee1c57eda8cca8f9c95f8ad126611f9e6d900a731cf984 4 0.00/1.00 vMB 0
86,921 86,921 000000000007a7cf058b69407d3f73a658f2bec12829df842a43ec34997f679e 3 0.00/1.00 vMB 0
86,920 86,920 000000000010c0310479d24e9cf81eb5887eb6109ae85c03c83169e64a30d67e 2 0.00/1.00 vMB 0
86,919 86,919 000000000006476cabb777b99afa1256392d5b550cd25b82ad27bc3b2c72798b 7 0.00/1.00 vMB 0
86,918 86,918 000000000012f2ed7a3355a2e61de6882d71644e338ead883023437879844a35 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.11 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 580.05 GB
    • Received: 8.91 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.