Loading Tool

Explorer IconExplorer

Memory Pool

44,649 transactions
27.38 vMB
0.09521634 BTC
Random Selection Loading Transactions
Max Size: 144.69/200 MB

Candidate Block

Mining Attempt 1e099a52ed422ec3dfcc1c260dcb009e8b4add81919035bbb24331924d61b922
Version 20000000
Previous Block 0000000000000000000182fc7e3276e0ca1f0b423f92087ce28c2892578cee65
Merkle Root 84cb6bc89422cf05174e677a74eb1b39ed376e1faa82b9155b2f9d5c37a36945
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,768
Size: 1.00 vMB
Total Fees: 0.04393071 BTC
Feerates: 150.75 > 4.40 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,917 (135,653 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
779,264 779,264 00000000000000000004ba973a3a848c02f5140f7ee9f8d23c45d97b7f822dce 2,436 1.00/1.00 vMB 8
779,263 779,263 000000000000000000000bb58d8a9238b6943eca42d5410d21aadf6acbd50ea5 3,936 1.00/1.00 vMB 25
779,262 779,262 00000000000000000002686ebdd616692428767510e0bf1f6cd84fb6106f6061 406 1.00/1.00 vMB 2
779,261 779,261 0000000000000000000487197a1eb348591f1ad3aa2d800159c5e372d261754a 2,073 1.00/1.00 vMB 17
779,260 779,260 00000000000000000005423bd664e87fe4c0aceac4e5421f24419e07c19d3342 1,559 1.00/1.00 vMB 9
779,259 779,259 000000000000000000064e7e1307c1dc11abb664f80c172c4818afa93a2ac918 1,634 1.00/1.00 vMB 12
779,258 779,258 00000000000000000000b4b9f70f1958e0715620d77cace2e775dc6a1bc4f33d 2,409 1.00/1.00 vMB 22
779,257 779,257 00000000000000000001aa04750af3d694d38e9bd5f6c784fed039bd9a7c1bba 2,444 1.00/1.00 vMB 8
779,256 779,256 000000000000000000023c27c9b0ac4e7bfb3b368cc4574c0d45b3712eb7a441 1,832 1.00/1.00 vMB 10
779,255 779,255 00000000000000000006542f6753368c55038c9cf82eba5db623ecc55e512e61 3,386 1.00/1.00 vMB 21
779,254 779,254 000000000000000000052c147c92799e5e12557e956e9670641aad8fe9f601bf 925 1.00/1.00 vMB 8
779,253 779,253 00000000000000000002b29ad5a2664eef142dedb560e517b701a2c27e27e254 1,928 1.00/1.00 vMB 16
779,252 779,252 0000000000000000000490cd2873eb552e034461949b12db46ed4d95896aa2ea 1,166 1.00/1.00 vMB 5
779,251 779,251 0000000000000000000049ff1772072f6c9e12d7046fef23927ff79bdf202b18 3,122 1.00/1.00 vMB 20
779,250 779,250 00000000000000000003f150cd4dd1fd5620af4c8438926025ad1c1e1eb9f7bf 1,951 1.00/1.00 vMB 9
779,249 779,249 000000000000000000053350ccb4c28ad5d3b0cee69fac3caf78e94a48c1aac1 2,849 1.00/1.00 vMB 3
779,248 779,248 00000000000000000002943d1c698f24deaa17502de543510d00d1b30ddb8bf3 1,789 1.00/1.00 vMB 3
779,247 779,247 000000000000000000053d09b463cb4e6fe2d71bb78015a6324a5338eb2c8aa7 1,694 1.00/1.00 vMB 9
779,246 779,246 00000000000000000005e4558f048f06c7027b32be53e6e5cab2c6d26bb9bf34 1,952 1.00/1.00 vMB 15
779,245 779,245 00000000000000000005a4aec2fde00b8e011f706fc214339fa018e776ed6042 3,245 1.00/1.00 vMB 24
779,244 779,244 000000000000000000043945e218626088e4417d896809837a0ac36c0a9a8f33 3,586 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.24 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: 655.15 GB
    • Received: 14.27 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.