Loading Tool

Explorer IconExplorer

Memory Pool

76,265 transactions
28.12 vMB
0.08333593 BTC
Random Selection Loading Transactions
Max Size: 171.25/200 MB

Candidate Block

Mining Attempt 8ef179bcb8af4fae698797dc571b42222062f7b8c6238a1434809012bc18a6d4
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root fbc4131ff40eb7c0f196da04d0954da4f46383365a05203a28cd15a02055ae1d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,093
Size: 1.00 vMB
Total Fees: 0.02274894 BTC
Feerates: 150.93 > 2.28 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (584,621 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
330,676 330,676 000000000000000006ee25cc80ed1303a3516867317685022af56a71d114619f 702 0.45/1.00 vMB 24
330,675 330,675 000000000000000015b2d0daf760eb6e3ec4fa3776a8aa4879dbc7ca26beac68 41 0.03/1.00 vMB 6
330,674 330,674 000000000000000014252c5b0b15ffdff44339421719237b7aff12c20699efb1 588 0.32/1.00 vMB 27
330,673 330,673 0000000000000000165a2797f6ea3ee08406dd903c548e3c8bbcaa09f90ed123 519 0.30/1.00 vMB 26
330,672 330,672 0000000000000000014efcfae4b333dd7eb53c6977889f817b312f64ba7dc00d 375 0.25/1.00 vMB 25
330,671 330,671 00000000000000000d042cf1a86c6b53a85f948da4dc7e77dee9e2666df377d3 366 0.19/1.00 vMB 27
330,670 330,670 000000000000000010339c0ec055a94a28cfff7d87cd65949d7224d358104bd0 738 0.33/1.00 vMB 29
330,669 330,669 0000000000000000096fbc44a75407c0be208a5bb72ec7942265c6207e519959 106 0.06/1.00 vMB 22
330,668 330,668 0000000000000000135821f24391f13d346f7ccdc1cad8d35d18ef95f681f43f 720 0.31/1.00 vMB 29
330,667 330,667 000000000000000019ba48924f082ccd09a79cd42ab6f897f34f46c3c26952d8 1,316 0.65/1.00 vMB 27
330,666 330,666 0000000000000000081415f241ea69b9c8825532e3bacabbb54a013497dc3722 758 0.56/1.00 vMB 20
330,665 330,665 00000000000000001b37413e7bb31541b7a20c5c02185307d87068ff46616443 756 0.50/1.00 vMB 26
330,664 330,664 00000000000000001585818b3733f687ff1263fd822dd22da13173f86a40d862 793 0.31/1.00 vMB 50
330,663 330,663 000000000000000010f9ba685d8ab2ed22418cc8987eeccf51814dee6cbd4dac 459 0.39/1.00 vMB 16
330,662 330,662 0000000000000000170ca44d8ab3d10061dcc43388c0660c93d5d8945ff99459 38 0.01/1.00 vMB 32
330,661 330,661 0000000000000000034e35e7921f380dd0fe0c1984207d5066a989fb5afb6d2a 453 0.27/1.00 vMB 26
330,660 330,660 00000000000000000b496812eb647fa45490838e343d91901c644d45636796bd 64 0.03/1.00 vMB 28
330,659 330,659 00000000000000000a4824b43329d0f98b5c6b754d14ef2a4101365a5ea56c95 295 0.15/1.00 vMB 25
330,658 330,658 000000000000000016683eeda9ec6505d5abad4d7398b0a20bdc2f6773a093cd 447 0.29/1.00 vMB 26
330,657 330,657 00000000000000000f3b280a1c797d99363086453fd021fef9a008530df51a5c 689 0.43/1.00 vMB 31
330,656 330,656 000000000000000005d079f52e9af102c1366addbc3a9024068a328e0c9f157e 1,204 0.56/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.90 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.72 GB
    • Received: 17.44 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.