Loading Tool

Explorer IconExplorer

Memory Pool

35,064 transactions
25.83 vMB
0.05258811 BTC
Random Selection Loading Transactions
Max Size: 130.96/200 MB

Candidate Block

Mining Attempt 125a83c535736f60b96aada6a674ffcd9a05b185615def45ae3db7af4f217636
Version 20000000
Previous Block 000000000000000000007f6ce11595c6ce2cd0d6d19afdd583115508fdb096fa
Merkle Root 9e064df4dc29b1b9368e77fa8105ecb5b72979c484f8c4cff23afb002f8947c8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,960
Size: 1.00 vMB
Total Fees: 0.00521885 BTC
Feerates: 100.36 > 0.52 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,658 (452,928 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
461,730 461,730 00000000000000000180829b497e2c859d844d07649e096a997d7ad6fd7915cc 1,928 1.00/1.00 vMB 131
461,729 461,729 000000000000000001ee23248019c5fb31a29e81375c4fe7610fb8573bba287d 1,800 1.00/1.00 vMB 164
461,728 461,728 000000000000000002007de36f12831ae48323e35bd5f7fa8c29a4e0b0ea3bda 3,003 1.00/1.00 vMB 217
461,727 461,727 0000000000000000016a891101a65ae55a78b2634f573659d9801c4a2bf85c21 2,650 1.00/1.00 vMB 148
461,726 461,726 0000000000000000014ecd7728c1b4b4666d43367044c359788131c31397cb3e 2,333 1.00/1.00 vMB 143
461,725 461,725 00000000000000000069fb8ed475f1b95aebe4f0e5c6ae5ac60573a6d7c4dcdb 2,446 1.00/1.00 vMB 181
461,724 461,724 0000000000000000008847e2d05face74c317a2bf86f1db2fc18bc5cdfbc7fa4 1,980 1.00/1.00 vMB 146
461,723 461,723 0000000000000000005c3e2b7e8e073ea20361dce5131cc148d11d21f48dd418 2,353 1.00/1.00 vMB 179
461,722 461,722 00000000000000000166afaa8360e5e78e1765633c7e9043edf07d0b1b250156 1,664 1.00/1.00 vMB 150
461,721 461,721 00000000000000000055205990263111fe0a54930e3eec80985c8a251cf7baa3 2,385 1.00/1.00 vMB 142
461,720 461,720 000000000000000000011f17cd376deff3394d12be31fc99f0ed116b7ea8ca3b 2,251 1.00/1.00 vMB 162
461,719 461,719 00000000000000000151e41a0119e0b5157acb9de4dfcc167f3242efce6f194a 2,360 1.00/1.00 vMB 170
461,718 461,718 000000000000000001d4f2633954c758a48535fe99358f269203c4f74626af6c 71 0.02/1.00 vMB 178
461,717 461,717 000000000000000000d40d7d8bd64a3e3c7e06d0f0ec8a8580e0af5abb8dc02d 1,665 1.00/1.00 vMB 162
461,716 461,716 00000000000000000088ac10b77b408e0a84847e259901b01dcd892484dbb07f 1,822 1.00/1.00 vMB 150
461,715 461,715 000000000000000000a113dbbc2a9ec2c59cd8da140d3d298f26750ece4360f7 2,300 1.00/1.00 vMB 182
461,714 461,714 000000000000000000acd60ef3d8ebe440152c2b70223c04c5dfcea6d525e129 970 1.00/1.00 vMB 107
461,713 461,713 00000000000000000021810cf0ff503a842a6ad6f8393cb8cb0fe2f04ab37eb6 2,069 1.00/1.00 vMB 143
461,712 461,712 000000000000000001e69cfa10c3d4d3876a28cb0b47a88f9e36e51034bb4c0d 1 0.00/1.00 vMB 0
461,711 461,711 0000000000000000014b2d7d631bd41e65d91868f21cf504c62f223df529f955 2,246 1.00/1.00 vMB 142
461,710 461,710 000000000000000000796f992450622c2a12504f5d28166cf8513b7b182632a2 2,048 1.00/1.00 vMB 170
Previous 10 blocks ↓
Total Size: 781.79 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: 633.32 GB
    • Received: 12.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.