Loading Tool

Explorer IconExplorer

Memory Pool

75,568 transactions
27.93 vMB
0.08390931 BTC
Random Selection Loading Transactions
Max Size: 169.99/200 MB

Candidate Block

Mining Attempt eda1d42cda3cb95e9bc14d2e2085929a633a8190525ee3f6bd3f900ddd17ab42
Version 20000000
Previous Block 00000000000000000001dd92e066f2c7ec28252fbb6b5fa39f46ea7f85c79f17
Merkle Root 627c4210675471d44db0bff20f88e340485da7effa29304600828f5e3975f97e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,769
Size: 1.00 vMB
Total Fees: 0.02384733 BTC
Feerates: 100.21 > 2.39 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,287 (241,193 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
674,094 674,094 0000000000000000000cbf3f2a1fc9a464a13291bc5179590637185c47a94dbd 2,390 1.00/1.00 vMB 50
674,093 674,093 00000000000000000008aad56efb02df6c3a746e00e9355b2303a4b6dca5204f 2,207 1.00/1.00 vMB 46
674,092 674,092 000000000000000000066567dff419a81a7b4cca607f8a3bb4fcd7e826f41838 2,752 1.00/1.00 vMB 52
674,091 674,091 0000000000000000000285338fd6086dc730b11ea8169a939d5859e496cffeb4 2,457 1.00/1.00 vMB 55
674,090 674,090 0000000000000000000b90c70d6174438ee9c823fc0244fc06e358f01631f112 1,903 1.00/1.00 vMB 73
674,089 674,089 000000000000000000090aa50e5cc4414801c8969026957233aa234e8e9b1c03 1,857 1.00/1.00 vMB 55
674,088 674,088 00000000000000000007ec61bb37c78db5a8138b2fe679e184169ce7316b3d8e 2,541 1.00/1.00 vMB 96
674,087 674,087 000000000000000000023d19f8a024567676cae4a82c4273052d5f7a4baffb13 2,335 1.00/1.00 vMB 83
674,086 674,086 00000000000000000008355d0d8e4c9f42e5fafd046593d6d1e5a79c5e600624 1,714 1.00/1.00 vMB 75
674,085 674,085 0000000000000000000c838e10624fddefdc0e8d4be8d1d76874387eef8c7482 1,593 1.00/1.00 vMB 76
674,084 674,084 0000000000000000000d0f9990aed59cb4e3f0c8591210bb57df6fffeda6df39 1,139 1.00/1.00 vMB 84
674,083 674,083 0000000000000000000a4fc0cb0b13f66d68092745c3b74f45862af813316202 2,705 1.00/1.00 vMB 88
674,082 674,082 0000000000000000000b56d7dd73070ddfdefaa3e9d2bb4f917c18f8a8a56f92 2,413 1.00/1.00 vMB 83
674,081 674,081 000000000000000000022185edcb059a54246c54982edeb547333696a3f5fc38 3,269 1.00/1.00 vMB 126
674,080 674,080 0000000000000000000ae1241feb49e91e81c0889f1d2577355755f9c97d14a9 1,967 1.00/1.00 vMB 41
674,079 674,079 00000000000000000009c506aa724f1a4dbd4ea03655e1a954f2f700279777e7 1,713 1.00/1.00 vMB 59
674,078 674,078 0000000000000000000a11384f94908ae8c7399bc3d70c3198cc0b73a3fc6acf 2,210 1.00/1.00 vMB 86
674,077 674,077 00000000000000000002f6ab382edb177612baa0a44c744219204e4ec699cde3 3,130 1.00/1.00 vMB 89
674,076 674,076 0000000000000000000bbcc0c45b98d6dd51c241d3ce028447cc86de327bdf09 2,431 1.00/1.00 vMB 100
674,075 674,075 000000000000000000051969b7f796416241c6d692964949df4ebdcd46e68313 1,931 1.00/1.00 vMB 52
674,074 674,074 0000000000000000000940d5aa9534fcc84b0edc35ea8cd8e2d12b7604b1dcb2 2,175 1.00/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 782.89 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: 713.37 GB
    • Received: 17.36 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.