Loading Tool

Explorer IconExplorer

Memory Pool

42,850 transactions
26.34 vMB
0.05819624 BTC
Random Selection Loading Transactions
Max Size: 138.32/200 MB

Candidate Block

Mining Attempt 31b87f85694bc1ea74182891868d48b121afa7e0f5f86da7db1a836d7b709078
Version 20000000
Previous Block 00000000000000000000474abf3fcf62d8e89483dbbfc4091cc0a57225296f17
Merkle Root 3be43b464aa7b3d0c68e194f6c133d70278cda89cc4c575c53bb3d198dfba1ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,892
Size: 1.00 vMB
Total Fees: 0.01004410 BTC
Feerates: 74.70 > 1.01 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,728 (200,836 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
713,892 713,892 0000000000000000000b539bc479db2f748c4d9b51cd2d7f25d3138d6781ab2e 429 0.14/1.00 vMB 9
713,891 713,891 0000000000000000000a1eb60483a0a08326478ffeee53b3f348929ffff913bf 2,002 0.65/1.00 vMB 7
713,890 713,890 0000000000000000000a4fb3ea3ecf1fdb8f3b431c35e73ca421a6a372f84b6f 1,144 0.35/1.00 vMB 8
713,889 713,889 000000000000000000023e7ac938f3cb2fdf5bd17b18ce632bb988b9bae3522f 1,494 0.48/1.00 vMB 7
713,888 713,888 00000000000000000003800e08abc13771e42423df3ee24a2566eebd4f4161e8 1,651 0.58/1.00 vMB 5
713,887 713,887 0000000000000000000726645930a1be6538d17930d8b419f83bbdaa38d21047 3,159 1.00/1.00 vMB 8
713,886 713,886 00000000000000000002d6761c211c0304496edc7155108d35b9f2b8ea3845f2 2,111 0.70/1.00 vMB 6
713,885 713,885 00000000000000000003fcb7236b7bf40ee59ff9c82f6b65db8f077ab4833b42 2,948 1.00/1.00 vMB 7
713,884 713,884 00000000000000000004447dd03cf48cc79d0577f7798ebc28c206cf445ad662 1,402 0.42/1.00 vMB 7
713,883 713,883 0000000000000000000768a37aef7afdc4a7cb237b2700f89745c58249a27136 2,277 0.95/1.00 vMB 7
713,882 713,882 0000000000000000000a1b894c9806b3f898b0dee5c7c290bee5c5a7fbb94c60 1,845 0.94/1.00 vMB 2
713,881 713,881 000000000000000000037b2ed2e838e7a0affed459ee8f2c49678fa7f2e60f84 3,453 1.00/1.00 vMB 9
713,880 713,880 00000000000000000008e67a6975b92bdfc69fef0b7f83914dfc39241ba86efc 2,546 1.00/1.00 vMB 5
713,879 713,879 0000000000000000000466e0450b9a1f8b36b0d81429459bf3c2826a08b1494a 2,680 1.00/1.00 vMB 14
713,878 713,878 00000000000000000004638a9cba37971eef7e2b67575dcc6777697a0a11aa9a 2,068 0.79/1.00 vMB 7
713,877 713,877 000000000000000000086dbaf547ebb35901182b3282c4fe740fbe01cb431806 1,965 0.67/1.00 vMB 9
713,876 713,876 0000000000000000000136f53d5f0f7398d502cf163da4b7df8c1bf8cc3e0375 1,034 0.38/1.00 vMB 7
713,875 713,875 0000000000000000000272f077150b090299b132f1992d32407bb8c0c878fdb6 815 0.27/1.00 vMB 2
713,874 713,874 0000000000000000000353a3a96d87c711bad9e03795af63ab912e6263f6802f 2,245 1.00/1.00 vMB 4
713,873 713,873 00000000000000000007ae31ec9b1721cc6635114748db5214cf41b4f48df48b 3,406 1.00/1.00 vMB 6
713,872 713,872 00000000000000000004f54ec2501e9230a43b01ec347654433575e0a04dd76f 2,871 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 781.91 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: 645.83 GB
    • Received: 12.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.