Loading Tool

Explorer IconExplorer

Memory Pool

78,459 transactions
29.09 vMB
0.11642666 BTC
Random Selection Loading Transactions
Max Size: 175.51/200 MB

Candidate Block

Mining Attempt 36345e122137e9c7ed0f0bf235d431cf2a07c38231705103826bfef61ff7f8fc
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root d29e2d1637c28d29fa29eaf2899a76d558bf894fe3376cd9cde9a10f4df6497b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,185
Size: 1.00 vMB
Total Fees: 0.04189367 BTC
Feerates: 150.80 > 4.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (486,585 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
428,680 428,680 0000000000000000035a370b1f24ec4d422c8f785e78913585e9234c2bd5e6d3 1,522 1.00/1.00 vMB 64
428,679 428,679 00000000000000000290cd01a4024b9813edd7d944c88d7635359b3a208019ce 2,377 1.00/1.00 vMB 61
428,678 428,678 00000000000000000092edf314d5b16d34caf2b4d24f2553cc9fefa4519c48b0 2,179 0.99/1.00 vMB 91
428,677 428,677 000000000000000001d38e881f19543be7be98bc6db659bf4590a3f35db574e8 1,376 0.53/1.00 vMB 64
428,676 428,676 00000000000000000233af9e30ba5a441d897f581d81a048709f3fa4eca9914e 1,968 0.94/1.00 vMB 57
428,675 428,675 0000000000000000011aab30346bb6611251271fd8e1a5c5070e3166ab414b74 1,940 0.87/1.00 vMB 55
428,674 428,674 0000000000000000046d2de7643b9be570d871e27b955b5c9cc99ef571fd39c4 194 0.07/1.00 vMB 60
428,673 428,673 0000000000000000025d73f67695cb8c5c17bdb1031f0d0d18a920ef25c513b9 2,452 0.95/1.00 vMB 58
428,672 428,672 00000000000000000493b6d80a2a2b624ef1e6cce111126195fc97efb5ef2a86 340 0.74/1.00 vMB 7
428,671 428,671 0000000000000000021be7c82f0e7e4386966df64d44de91f5cce3db08e45e57 943 0.42/1.00 vMB 57
428,670 428,670 000000000000000003f3fd64677847311a5d0c725b35e540e43be4f331162b43 35 0.01/1.00 vMB 57
428,669 428,669 0000000000000000000486ac0097f1d7de950ebaa2d93a99d74777a3dfe8ea0e 773 0.33/1.00 vMB 57
428,668 428,668 000000000000000000b404db25b86be00566e8471f1a9f90e8fbc32b36735d69 461 0.99/1.00 vMB 10
428,667 428,667 0000000000000000037df81786c4bf3f44aeacb1956304066bbd046945129c36 1,998 0.94/1.00 vMB 47
428,666 428,666 0000000000000000005e9b4ce056682b14f5130771e4682370d54be58e58cf63 1,511 0.88/1.00 vMB 47
428,665 428,665 00000000000000000206bb6f092097357efc56c295c13785bc7ceda1f90ec4a0 667 0.99/1.00 vMB 19
428,664 428,664 00000000000000000302ddba44fa2c6980ec7f0795f98ee64f60c70d4ef8242f 1,222 1.00/1.00 vMB 34
428,663 428,663 0000000000000000023057456f6fb905bd20ca9399dff73437d06834cbe3cfda 1,916 1.00/1.00 vMB 49
428,662 428,662 0000000000000000040780eb1275f7db863114d5d16fe4d77f00bd7a876e17cd 2,636 1.00/1.00 vMB 60
428,661 428,661 000000000000000002212c2e1fd6ff215cc961817a34f2b592d760612e3ef940 2,869 1.00/1.00 vMB 82
428,660 428,660 000000000000000003e6e1fa81f147e6926c791f46c8e64962dc796af50c79d8 2,838 1.00/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 782.85 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: 712.77 GB
    • Received: 17.21 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.