Loading Tool

Explorer IconExplorer

Memory Pool

40,893 transactions
26.20 vMB
0.07198267 BTC
Random Selection Loading Transactions
Max Size: 136.36/200 MB

Candidate Block

Mining Attempt e874b415394f29745055bc01a1b63392e7a2c23aeb11d9c2a41643e2d6f9c178
Version 20000000
Previous Block 000000000000000000013172dab51509996317423f3aad076a64431a5d3c1352
Merkle Root e1a61515ced553f1f24c53bc4bdca4b38a0e267abe28eb411ec6e2fe32853350
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,006
Size: 1.00 vMB
Total Fees: 0.02403340 BTC
Feerates: 150.98 > 2.41 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,874 (152,194 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
762,680 762,680 000000000000000000051911f40e01dc4068d525c9cd119aea72c444dc98e8f6 113 0.05/1.00 vMB 13
762,679 762,679 000000000000000000047039c0cfe7b61edbedcfe063d214bdbde5729d1102ef 1,319 0.97/1.00 vMB 2
762,678 762,678 00000000000000000006a2af8a5315892f8794c77286d86fb378220e5f16ddc9 1,760 1.00/1.00 vMB 18
762,677 762,677 00000000000000000007525471d5c75a98636a093158567d7ec2db345d4b5d0b 1,689 1.00/1.00 vMB 21
762,676 762,676 0000000000000000000361c877d398db9f41a51e376659e1648cecf5cbdbd795 1,984 1.00/1.00 vMB 8
762,675 762,675 00000000000000000001d2d708d69e0fa46f9886b1efcd401910959858da68b1 3,002 1.00/1.00 vMB 27
762,674 762,674 000000000000000000045aa011725fab36d72b9c6f88f7b062ef7f6f6cf2dbfb 2,454 1.00/1.00 vMB 5
762,673 762,673 000000000000000000022e7f1637a4a52ad0a71ba3f91c3f9c95e45b16caec1b 2,444 1.00/1.00 vMB 21
762,672 762,672 00000000000000000002d84e11a68baf7f63301d0f8b44da50ae3a9f8c55f1cb 2,178 1.00/1.00 vMB 11
762,671 762,671 00000000000000000004adfa864c79c780efb29e12899faebb111da49f211e77 1,753 1.00/1.00 vMB 14
762,670 762,670 0000000000000000000118b7a5cde956a941e71fc35845a81a85a5ed9c0a2a70 2,008 1.00/1.00 vMB 19
762,669 762,669 00000000000000000001e094d82497d6769d1492d219c4c8d3e7058be395e1af 2,504 1.00/1.00 vMB 21
762,668 762,668 0000000000000000000767e79224b2e0308de1d1650fe07bbcef58fe68575c7a 2,371 1.00/1.00 vMB 25
762,667 762,667 00000000000000000006e5295839d44b3ff2b470bf3f40b818eec175a3304491 2,725 1.00/1.00 vMB 25
762,666 762,666 0000000000000000000315df82b1a96f363342bb5be3b7f58938dd22a24b079b 1,451 0.64/1.00 vMB 15
762,665 762,665 000000000000000000022af02c98c49f7de970dca673715dba1da926c56e3b61 930 0.86/1.00 vMB 9
762,664 762,664 000000000000000000039cdd9af35f13bb76e14090bbf4de0ec7d2e302a74ee7 938 0.73/1.00 vMB 12
762,663 762,663 00000000000000000000a20ec444674ccb267c7cefda1cc81f20fc9e6206150e 1,730 0.93/1.00 vMB 13
762,662 762,662 0000000000000000000685a7b0a0de21d1c4d537897f44d2c47150a00e39669f 1,703 1.00/1.00 vMB 10
762,661 762,661 0000000000000000000775ae7f16d69af632f3dfb77cea772737d71d53323665 1,292 1.00/1.00 vMB 5
762,660 762,660 00000000000000000003e42f85cb606571fea812eae765a64f81b881bd71ba51 2,540 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.16 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: 653.44 GB
    • Received: 13.88 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.