Loading Tool

Explorer IconExplorer

Memory Pool

48,363 transactions
28.15 vMB
0.07735645 BTC
Random Selection Loading Transactions
Max Size: 150.24/200 MB

Candidate Block

Mining Attempt 463091865b0ec77475716abaa8b3bf76980b67eb4a033b680f2db33d8510f970
Version 20000000
Previous Block 00000000000000000001591f76b8e497e92b68dc57dacd44d74c2253bafa7eaa
Merkle Root 79a549ed456aa60849fd1896d5369ed7d741600f7571bde1ff8c3dda050f332d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,222
Size: 1.00 vMB
Total Fees: 0.02382806 BTC
Feerates: 500.45 > 2.39 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,792 (78,726 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
836,066 836,066 00000000000000000000e918778afabd76a7f009cc850a9e59896c86866616f9 1,477 1.00/1.00 vMB 11
836,065 836,065 00000000000000000001012eb482202d974d95fbc79b54e7e2420fda2222c7bb 671 1.00/1.00 vMB 10
836,064 836,064 00000000000000000002e1e0ec401c4649b71f9e0043895e1c88d7c242e4dbe3 3,209 1.00/1.00 vMB 16
836,063 836,063 00000000000000000000dd67ed2b888d2276bb5b4679ff8ac724309a6cbbb45c 2,864 1.00/1.00 vMB 15
836,062 836,062 000000000000000000005952b6da92fc39648b4c28eba4de0a6c9e9f3c8ec4e5 2,479 1.00/1.00 vMB 11
836,061 836,061 00000000000000000000619cb2617dea34660c8e37cfb9d7dae2689421baf9b7 2,902 1.00/1.00 vMB 22
836,060 836,060 000000000000000000033cca452f3aa87460fc10df21d805dfff5580ee03a36e 1,679 1.00/1.00 vMB 12
836,059 836,059 00000000000000000002f943af35dc54f215a3c7a34b3558da7e2e8cb79c97b3 1,990 1.00/1.00 vMB 13
836,058 836,058 000000000000000000024ca218ad38aed1956bb48dad7c3abc428639f2863da7 1,243 1.00/1.00 vMB 11
836,057 836,057 000000000000000000010510c594a94c86f7dca48c2fa5a2bf50ce612d95a32c 1,564 1.00/1.00 vMB 11
836,056 836,056 000000000000000000001856e4a359dec5765ad41d8c5ac18bf02b1065857d4d 2,913 1.00/1.00 vMB 18
836,055 836,055 00000000000000000000fe6d3db8dfac13e6116ab843e441d4dea6f67431bb2e 154 1.00/1.00 vMB 7
836,054 836,054 00000000000000000000269c912b5b490a3a5b1c078d1707f10eb1956fcd4c1e 1,144 1.00/1.00 vMB 9
836,053 836,053 00000000000000000000d1f37e35af3a1d440a1b78ed995c3eac23a470324cf8 866 1.00/1.00 vMB 8
836,052 836,052 00000000000000000000fa635ee95ebc491d28e95ebab9f1e5f90ccd9d1d0615 1,434 1.00/1.00 vMB 9
836,051 836,051 0000000000000000000006150e627e8e4aa2de41129b5d728cc93c199fdab832 2,510 1.00/1.00 vMB 14
836,050 836,050 00000000000000000002c98723b7fd0f14c674e287ed94e3dccc9f2b49f36362 464 1.00/1.00 vMB 7
836,049 836,049 00000000000000000000f2e1a72eb678fab924df2db97c00c979d16b8f411745 3,145 1.00/1.00 vMB 44
836,048 836,048 000000000000000000028b25cc6f93691586bbe56e51f57c48e387c17ea3cbdc 2,471 1.00/1.00 vMB 12
836,047 836,047 00000000000000000002f81bd9b1b852e5adcf3ab0d4db29ef7116f36e27fc3c 2,815 1.00/1.00 vMB 8
836,046 836,046 00000000000000000002e3a4325f6cb83a4cb425232b78a51f5065fae1480100 2,646 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.02 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: 649.70 GB
    • Received: 13.21 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.