Loading Tool

Explorer IconExplorer

Memory Pool

40,020 transactions
27.17 vMB
0.05781224 BTC
Random Selection Loading Transactions
Max Size: 142.10/200 MB

Candidate Block

Mining Attempt 1785c044c50dfab23fcb72b4601b2e3874f4f0c60b7deb62ddc16921205c133f
Version 20000000
Previous Block 00000000000000000000245eed505a538a5d305de614b12adbe4c5ba2b15f80a
Merkle Root d43370be03999e8eb7d9d2995feed6515001ae5a83db1002b4ad3d357f57ecda
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,602
Size: 1.00 vMB
Total Fees: 0.00745868 BTC
Feerates: 69.10 > 0.75 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,863 (152,179 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
762,684 762,684 00000000000000000005802fa784e8018b1a343ff34ed582ddf732930c557c4a 2,099 1.00/1.00 vMB 7
762,683 762,683 0000000000000000000062a036501bb5c7a9dcaa18ed95f3ee5dd54778892285 3,463 1.00/1.00 vMB 26
762,682 762,682 0000000000000000000130736bfbddebf2669f0e70fdee90b2124fcbee742b2c 568 0.26/1.00 vMB 14
762,681 762,681 0000000000000000000168c6df7c9f63b276546739c9649a1eb2e69dacf744f3 1,875 0.82/1.00 vMB 17
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
Previous 10 blocks ↓
Total Size: 782.15 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: 652.93 GB
    • Received: 13.81 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.