Loading Tool

Explorer IconExplorer

Memory Pool

79,643 transactions
29.95 vMB
0.07578137 BTC
Random Selection Loading Transactions
Max Size: 183.45/200 MB

Candidate Block

Mining Attempt 1c5b66f81aa016b8a7347b477256fd9818fc3203cc2bf5ae5fdbd32c0db20639
Version 20000000
Previous Block 00000000000000000001a02cb6d4fbacf8844dee7e1b84f92a84ac70592c59af
Merkle Root 6a1369bc34cafcb277aced83c1bb1a47c82431b0bd5977f50de0d1a0e848fb90
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,993
Size: 1.00 vMB
Total Fees: 0.00935415 BTC
Feerates: 104.17 > 0.94 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,381 (38,399 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
876,982 876,982 000000000000000000006ea4b27c7c5723b8530cb4046e7b1ed9e37bc69304af 4,720 1.00/1.00 vMB 4
876,981 876,981 00000000000000000000ffbc00af0906407bfd162f1a983a5047a6b9610679f0 5,159 1.00/1.00 vMB 6
876,980 876,980 0000000000000000000130cfeb393c36e6503371804f81a02326c1847cef6688 3,497 1.00/1.00 vMB 5
876,979 876,979 000000000000000000019832cca69acc6e43e1ef0d852e1fc4289836524acb30 3,773 1.00/1.00 vMB 4
876,978 876,978 00000000000000000002678468fbdc7f8ee8af05c565d81f8e69366d9f049351 4,330 1.00/1.00 vMB 4
876,977 876,977 0000000000000000000015781f91e877c80693209ff3d01ec9e27102f0b8354c 865 1.00/1.00 vMB 2
876,976 876,976 00000000000000000000d6f82d452ab5df12893638ce568e9f988998f9087e78 4,192 1.00/1.00 vMB 3
876,975 876,975 00000000000000000001108f37b5bf846369ac89cfa854f59637d438eb68d371 3,239 1.00/1.00 vMB 4
876,974 876,974 000000000000000000014b591b7b881c248d9090d1ddb13d68221e38caccd880 4,003 1.00/1.00 vMB 5
876,973 876,973 00000000000000000001fdd8880dbac3b8289158084ef914590668d4ee7ca536 3,535 1.00/1.00 vMB 5
876,972 876,972 000000000000000000005f0620328d8c6696a1cf5a3b16b13c2ebe60a4fcaf3f 4,096 1.00/1.00 vMB 5
876,971 876,971 00000000000000000001ec35dd8b10291c634157814d35ccc1651fb6e9e30b48 3,839 1.00/1.00 vMB 10
876,970 876,970 0000000000000000000274901d2fd1c2c4621cb3df3c81c1a60dbbdd4a015c29 3,436 1.00/1.00 vMB 4
876,969 876,969 00000000000000000000921202b4ab90b83c1a24e3966d4a2eefb908d153afa4 4,526 1.00/1.00 vMB 5
876,968 876,968 00000000000000000001fab9bebd3e66d05e406c332ba8497e992dfe1561f2d1 4,159 1.00/1.00 vMB 6
876,967 876,967 00000000000000000000af67f157c5b3b1f1b20c72d6d424fbc835e6e80a7e70 3,529 1.00/1.00 vMB 6
876,966 876,966 00000000000000000001a85a109f9c1c8e701ca639b06d622e6958667b53b57d 2,355 1.00/1.00 vMB 3
876,965 876,965 00000000000000000000d84fe541d3bf015f895e9175d400339f28bd8e615979 3,417 1.00/1.00 vMB 3
876,964 876,964 00000000000000000000d06ffbb948713bf700d9c2475d450d677727cc4de767 3,330 1.00/1.00 vMB 3
876,963 876,963 00000000000000000002127044e9c4ad0483296cdc223d61b77b01c0960c7eba 4,272 1.00/1.00 vMB 8
876,962 876,962 0000000000000000000186b7c18a8a410d266838f8d95c896bae5e2df3477a8b 4,058 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 783.05 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: 720.56 GB
    • Received: 18.19 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.