Loading Tool

Explorer IconExplorer

Memory Pool

72,711 transactions
28.04 vMB
0.06690995 BTC
Random Selection Loading Transactions
Max Size: 166.07/200 MB

Candidate Block

Mining Attempt baebe80f64a6b15c136bfba8035e8203f12eb7219c27c67f7a1e46b5e4489e5a
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root 7a76d67e9c9785c95b0b733be45d87157bf02eec5dcf634b64038bd3d44a6306
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,884
Size: 1.00 vMB
Total Fees: 0.01090293 BTC
Feerates: 150.86 > 1.09 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (313,788 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
601,243 601,243 0000000000000000000f2514ecd2d2f0b0b1dc756de8acfb290ad250190f6daa 2,566 0.84/1.00 vMB 29
601,242 601,242 0000000000000000000db4be4c2df08790e1027326832cc90889554bbebc69b7 2,430 0.84/1.00 vMB 25
601,241 601,241 00000000000000000011e9293c1f07f9711e677389ac101b93116d239ac38c33 1,279 0.48/1.00 vMB 25
601,240 601,240 0000000000000000000ce7a4bbd7a935b0469f1cb9a21086c18e8d3a484af115 211 0.10/1.00 vMB 47
601,239 601,239 00000000000000000011c6bb293adb8cd2af910004c12b9139e27c308bc81ecb 460 0.11/1.00 vMB 4
601,238 601,238 00000000000000000004645228d7990cc7778a6dd6e283b40be4dbd3afc5e648 3,186 1.00/1.00 vMB 24
601,237 601,237 0000000000000000000f18a401591a0f440668ed1e3d975a64cb3687b796b8c6 2,514 1.00/1.00 vMB 29
601,236 601,236 00000000000000000002d2da2ebd0d9792d861c488dd509537e1f083757866a6 1,688 0.66/1.00 vMB 21
601,235 601,235 0000000000000000000ed38b15996f24a75ee0292dccbd36c416f7c0f987eced 1,753 1.00/1.00 vMB 10
601,234 601,234 0000000000000000000bb06f6b9d4558b027ba9dddc6ca15765bf72ba35d86b1 2,278 1.00/1.00 vMB 49
601,233 601,233 00000000000000000011fa8fde5f8d26bf87a541b5484fa8295f053ef336417f 2,613 0.90/1.00 vMB 26
601,232 601,232 0000000000000000000d143f89d0aaf16813b54114e1f26c68a6e731e919d6ac 654 0.23/1.00 vMB 26
601,231 601,231 0000000000000000000630b697a90534ddafbf2d4fec9910d6f4a66a2d755478 90 0.05/1.00 vMB 22
601,230 601,230 00000000000000000008c2f7fd535c50f249ba3005f4b8ace577a1320f2c5ef1 400 0.24/1.00 vMB 18
601,229 601,229 0000000000000000000a0c13c157e666da7c030f16b0632096e8cff8e95059f0 677 0.22/1.00 vMB 24
601,228 601,228 0000000000000000001008ec3b751dbcb547ea174988a5096a0eb0c3117732d7 1,059 0.45/1.00 vMB 28
601,227 601,227 00000000000000000005fab98480465b1825c49db6afb555bb14bc2541a76d44 1,849 0.74/1.00 vMB 4
601,226 601,226 0000000000000000000d60872a5f34373b0cfe8f30d488152efb7d4fa4228e4d 2,304 1.00/1.00 vMB 31
601,225 601,225 0000000000000000000cf5accd05d88aa1ee747227fc59597d1f44b1809d9a95 2,559 1.00/1.00 vMB 45
601,224 601,224 000000000000000000090c4ae28b06386eb6a77bffcabab14a4f33b13b06f8e4 1,108 0.47/1.00 vMB 38
601,223 601,223 0000000000000000000e44473d639001d25069de5df8cff969867d7eed597a82 1,985 0.66/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.45 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: 666.77 GB
    • Received: 15.22 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.