Loading Tool

Explorer IconExplorer

Memory Pool

42,691 transactions
29.27 vMB
0.07564668 BTC
Random Selection Loading Transactions
Max Size: 150.19/200 MB

Candidate Block

Mining Attempt 7247722826f36ea6f0d66591d00b31f70b760e9efb0f0b45462e4bffd6a89bf6
Version 20000000
Previous Block 0000000000000000000109f5c0bf8516a6aa7ceb54e4b23cd73ce285a7f939df
Merkle Root fd551ca095382d6ed29a30af36d2d1a86d9efc6781b8a4d4f5f076b0a0d9cd1a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,560
Size: 1.00 vMB
Total Fees: 0.01825419 BTC
Feerates: 100.36 > 1.83 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,614 (1,746 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
912,868 912,868 00000000000000000001e8d8d2c869fbd31d6bb077d818b32f3774df4cc1eba8 3,155 1.00/1.00 vMB 3
912,867 912,867 00000000000000000001cd82387680efc62b8dd9aa8cb842abde8d95c1dbbc76 3,581 1.00/1.00 vMB 6
912,866 912,866 0000000000000000000128fcb802e024a254091af5e71ea22689b3e487c9e173 3,174 1.00/1.00 vMB 5
912,865 912,865 00000000000000000001f8169700f7fb73d81d50019d45627eae82040ae0863d 3,588 1.00/1.00 vMB 1
912,864 912,864 0000000000000000000019380610ce7fdd2d6a1b2875632d15bc3910c5a061d4 4,047 1.00/1.00 vMB 6
912,863 912,863 00000000000000000001edf46d90d4284aa228c252181598871492192f02e29c 772 0.19/1.00 vMB 4
912,862 912,862 000000000000000000015fae160aed7516f7822db8985facb3a725c784b3faa7 6,105 1.00/1.00 vMB 1
912,861 912,861 000000000000000000003eebc6341521e8aae08a86d0128d62863cb7ad209b7a 6,629 1.00/1.00 vMB 0
912,860 912,860 0000000000000000000159a2710faf5f3af3ac6f20363c8f724019d501a19ee3 5,732 1.00/1.00 vMB 1
912,859 912,859 000000000000000000009612e81ebf26c103bf0c7133759770246acc9a2e2cb7 2,166 0.51/1.00 vMB 4
912,858 912,858 0000000000000000000113d7f859536e2df3cfa4c55255de60dcecb96625972f 1,011 0.45/1.00 vMB 2
912,857 912,857 000000000000000000010b63f86f3a1130f530c88870bd43de757e720fd22e3d 4,795 1.00/1.00 vMB 0
912,856 912,856 00000000000000000000ae915b0ef01c078d42595fb148c755a3ab351bf52aee 6,583 1.00/1.00 vMB 1
912,855 912,855 00000000000000000002287621ee29416eccd2569b24a164cf342df375dbc07a 1,624 0.34/1.00 vMB 3
912,854 912,854 00000000000000000001feedd74e5d150a6d13cdc5f6f9cae62001cc41ca1341 4,944 1.00/1.00 vMB 2
912,853 912,853 00000000000000000001850c13d0c4fbfa4c41b6cfaa598c032820713209a633 6,940 1.00/1.00 vMB 0
912,852 912,852 00000000000000000001081d5bbad6b9b9848939f97b3b1e3669ecb834a64934 6,045 1.00/1.00 vMB 1
912,851 912,851 0000000000000000000135504d65b8a1e90f6b53c105f2bcef482c0027ab6469 4,615 1.00/1.00 vMB 0
912,850 912,850 00000000000000000001b6cbc0c0b4c3a24ed008a315013465c75ecd6abf1ceb 6,173 1.00/1.00 vMB 1
912,849 912,849 0000000000000000000215eeefe42ea2ba7008ed34cab864a55b6145da5d915d 274 0.06/1.00 vMB 4
912,848 912,848 00000000000000000001273eb5dbe2f200faf0df9beb565306e7086cc41a4508 1,862 0.53/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 781.71 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: 629.31 GB
    • Received: 11.90 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.