Loading Tool

Explorer IconExplorer

Memory Pool

82,860 transactions
30.41 vMB
0.14792803 BTC
Random Selection Loading Transactions
Max Size: 184.17/200 MB

Candidate Block

Mining Attempt f3d88798682e629464fe0a32a359923719cdcfbaead84f5032c4e60a3ffd197f
Version 20000000
Previous Block 000000000000000000016a81c5974205d8be7825f3436d4fbbaa2e3ded369b8d
Merkle Root a225e56f89ea59eb51521c0f3bc0b9813613981afc4696585dceb35929b29473
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,726
Size: 1.00 vMB
Total Fees: 0.06700985 BTC
Feerates: 150.61 > 6.71 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,138 (331,004 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
584,134 584,134 0000000000000000001993b28df0b236b2f475967b4e0c3cf12d30e9bc0efda3 1,188 0.42/1.00 vMB 34
584,133 584,133 00000000000000000014130deaa356bf8855927b7a85a3d27ae5b74579ebe178 1,268 0.51/1.00 vMB 34
584,132 584,132 0000000000000000001a5977162c30e3f9c65d06bc289b8a0e7ef3ff3391c496 494 0.18/1.00 vMB 37
584,131 584,131 00000000000000000019a0691ec0c905a531a2dab7c41cc42d6922fe599da45e 2,824 1.00/1.00 vMB 39
584,130 584,130 00000000000000000021bd4039c36ab6d37332b6871a2f0a9e068bb5b507c0c2 1,648 0.51/1.00 vMB 29
584,129 584,129 0000000000000000001a89f81b07cd70fd63cb8bc3c30dac98c2ca389070fd3b 1,625 0.53/1.00 vMB 26
584,128 584,128 000000000000000000052abdcda7533fc969150d4ce401ba0faf53ca7fcc03e0 1,784 0.65/1.00 vMB 30
584,127 584,127 0000000000000000001795fa009144ad4421fc64d385499006e784e9c357eead 201 0.10/1.00 vMB 32
584,126 584,126 00000000000000000007f59108e9e4f8df8431f3d05fd48d1ac6fc60cc309dbf 2,659 1.00/1.00 vMB 16
584,125 584,125 00000000000000000005a91fa19cca7452a8074f31b7adac4d485aad24727268 2,762 1.00/1.00 vMB 27
584,124 584,124 00000000000000000003a18705d59d4b0d3f209a594f0cb56b11003442d7541f 1,876 1.00/1.00 vMB 24
584,123 584,123 000000000000000000001a6821d88c984c029941f8dc22fb473251563f466f9a 2,912 1.00/1.00 vMB 69
584,122 584,122 0000000000000000001f4c72fbce4aa50fac699192f0ef685cafd92f6f80bdff 2,606 1.00/1.00 vMB 95
584,121 584,121 000000000000000000164b1f2ff4661a1b7ad4f0bcab548b96c41f4bdd75aaff 2,916 1.00/1.00 vMB 40
584,120 584,120 0000000000000000001036e3cabcb258d04fad201e415aa75bfe1eee8dedaea3 2,564 0.95/1.00 vMB 28
584,119 584,119 0000000000000000000cef123d784f3fde95431aa8959b3fdfc6bd12d830835d 521 0.29/1.00 vMB 64
584,118 584,118 0000000000000000000fcbd5d23631e9c9a84bd17f1d8f6ebbed5f7ebdc4ebe8 60 0.02/1.00 vMB 72
584,117 584,117 000000000000000000189a5d2ae1dbf50bcaeded34dca0d4a45250b2df1b397d 2,077 0.75/1.00 vMB 5
584,116 584,116 00000000000000000019adfd462b77ddee03bd1be203380834a35ea62fe90a3d 1 0.00/1.00 vMB 0
584,115 584,115 000000000000000000182f6bea848e033650c7c5ddcba12d05cb874b4af9a2ea 2,942 1.00/1.00 vMB 72
584,114 584,114 0000000000000000000b563fa713415f5095801b7c06e70b9a5a07e878c2a769 2,995 0.96/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.63 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 672.32 GB
    • Received: 16.20 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.