Loading Tool

Explorer IconExplorer

Memory Pool

69,539 transactions
26.54 vMB
0.07432716 BTC
Random Selection Loading Transactions
Max Size: 159.20/200 MB

Candidate Block

Mining Attempt e1369b32d7aea05be41aed8c1d8318d304c2f24f582a76089e081ac28fb90218
Version 20000000
Previous Block 0000000000000000000048fdfff8116c2d1f1d4c70b59da7a28ddc4ca1e717c9
Merkle Root c5ae624c8711d3fedbfe049dd2d16c4c9a300d7b8a1255a07f0c56c10d50bcbe
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,166
Size: 1.00 vMB
Total Fees: 0.01777803 BTC
Feerates: 71.66 > 1.78 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,488 (803,454 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
112,034 112,034 00000000000090a82c8d73d3f53c1085eceb6ea40e41fb41cc093f2fee594363 12 0.00/1.00 vMB 0
112,033 112,033 0000000000011296eb551b89c67f14df9b8048322cb8d57ed3e6963677843c8e 29 0.01/1.00 vMB 944
112,032 112,032 00000000000056980181e6d2deb84fff0559b675df086c1f0b42c3ca551bd0e3 13 0.00/1.00 vMB 680
112,031 112,031 0000000000003bf37933cff3e599888a5888bc9bc0e0380549291ebed55e49c2 11 0.00/1.00 vMB 0
112,030 112,030 000000000000a2c97eb4dfe3d52b63ec1de9e37db70498d9e2198ebcf5a1ecc0 5 0.00/1.00 vMB 0
112,029 112,029 000000000001165c99e8a9cf271dc6690b55e75f82af5a681ed3bdea20aff2e2 1 0.00/1.00 vMB 0
112,028 112,028 00000000000035934e120d4465565bee186d13d79d5d5f617d86cfe4011da7dc 3 0.00/1.00 vMB 333
112,027 112,027 0000000000007c550f7c21ae9fdadca87498d9083b6c0c7f2ed9f119e127ec2c 8 0.00/1.00 vMB 485
112,026 112,026 0000000000009f9371284b5b9f86ff5e24e6089b1ec6541bb54783f3611beaf3 12 0.00/1.00 vMB 1,013
112,025 112,025 0000000000002c039c7937ff0aeaa258bab88ffc4088b2e7d1b0cc4ee78f7656 9 0.00/1.00 vMB 788
112,024 112,024 000000000000b49b18d6ccf0deba116564d192ad6d26b08cd639efbfe3e837f2 11 0.00/1.00 vMB 1,873
112,023 112,023 0000000000000223427ff5df0bd4695f7b5bec4e07025a4b1211cc651fe029c9 4 0.00/1.00 vMB 0
112,022 112,022 000000000000824d38abc101dc1354726d2d7638db68b17f72165788b8cf909d 4 0.00/1.00 vMB 2,702
112,021 112,021 00000000000056c5d5ec5c33d801a2cd22dc716617f1f7f9dc9b903d1178658b 4 0.00/1.00 vMB 2,178
112,020 112,020 0000000000002aa6d6f02c234c06cc7ee3bf84a413e6664abbc77049032059f1 1 0.00/1.00 vMB 0
112,019 112,019 0000000000006862e466b586e7f21d7110eb3defdb611bdc29a7df581d4db19b 2 0.00/1.00 vMB 0
112,018 112,018 00000000000106a34641a9cd56848e154ed4093e951015f8028e78995e33cbe5 12 0.00/1.00 vMB 356
112,017 112,017 0000000000001ce1da6700a525ef587f15fa9aee985d740ced718955703faf72 19 0.01/1.00 vMB 199
112,016 112,016 00000000000068a84a4ac853b799087a109a6eae71b2533eabad3ca3ad5a9736 4 0.00/1.00 vMB 1,291
112,015 112,015 0000000000007381379a7780c4212459f25ceede5712deeb4b78e3e223e66b12 1 0.00/1.00 vMB 0
112,014 112,014 000000000000f181997506eb728e832e3ccf56f419516c9fc3982609a9634ef1 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.24 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: 760.57 GB
    • Received: 19.10 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.