Loading Tool

Explorer IconExplorer

Memory Pool

41,926 transactions
26.54 vMB
0.06048784 BTC
Random Selection Loading Transactions
Max Size: 138.65/200 MB

Candidate Block

Mining Attempt 0edfa576a824c8370509cee6f161ff2217dff27dd99fb53c562e11ac5c202ad8
Version 20000000
Previous Block 000000000000000000009172c47a169670d4fbb39e581fcbeb28ccbe02f86130
Merkle Root a1fa9a3cd8ca9196f0d505b2411a75a58f128ecd8205581f353beedcb72138b7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,878
Size: 1.00 vMB
Total Fees: 0.01179290 BTC
Feerates: 47.58 > 1.18 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,870 (353,043 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
561,827 561,827 00000000000000000019b3b7fb7950cd17fec3d3540c46aadc80631d70e3cb22 1,182 1.00/1.00 vMB 2
561,826 561,826 000000000000000000187a55e1e0b454cf7658f41a7c7d4ff78dcf4de0fe98fc 2,527 1.00/1.00 vMB 12
561,825 561,825 000000000000000000300b85c6a01923a53f01a6eaba153571d5a5552a7e98ff 2,990 1.00/1.00 vMB 30
561,824 561,824 0000000000000000000617f2dbcebc721b69c131041a11039fb10e8746c50a6d 1,435 1.00/1.00 vMB 16
561,823 561,823 0000000000000000001d528b8f4099dd0511fc959a246eeec446acdc43b240dd 1,044 1.00/1.00 vMB 23
561,822 561,822 0000000000000000000bb3623884e0d9bb15988802d5b82068b61a6551ab0841 1 0.00/1.00 vMB 0
561,821 561,821 00000000000000000010749d7081851e61c0cd2d29a1f381d8df478553254efd 2,817 1.00/1.00 vMB 17
561,820 561,820 0000000000000000001d3771897ecae73bf4ceaf175321584317a6ff7e8118b2 2,347 1.00/1.00 vMB 18
561,819 561,819 00000000000000000023366d12dd90106e2bafabdc90e46913c43d43b5d84a33 2,817 1.00/1.00 vMB 38
561,818 561,818 0000000000000000000a2c19c196e481d8c6531f6d069c8ce2ddd8476f118e47 3,044 1.00/1.00 vMB 16
561,817 561,817 0000000000000000002dc495dd20ca62e8bcac48972e779d74131ae21ecf81bb 2,993 1.00/1.00 vMB 20
561,816 561,816 00000000000000000019750dfcbafda273f60567f2ad3f4a84a3a732b30de6f0 2,925 1.00/1.00 vMB 18
561,815 561,815 0000000000000000002fe525c3bad8684b9258c47e35c3608be8290b3075e953 2,107 1.00/1.00 vMB 2
561,814 561,814 00000000000000000018ec19c4ce0ec087bbbf84235fa212f977bf4c9d668b3c 2,794 1.00/1.00 vMB 24
561,813 561,813 00000000000000000011a05a0b5282879c05d6e153793e10cc6e79f486d0d17c 2,814 1.00/1.00 vMB 16
561,812 561,812 0000000000000000000704dadd94c9c3dc5f1bda0b326fdeae75de3c5772d9fe 2,374 1.00/1.00 vMB 21
561,811 561,811 0000000000000000002c5e9a0a2cf907b81efc5345b1905448d34737ec766442 2,210 1.00/1.00 vMB 5
561,810 561,810 000000000000000000250eac7c15629356915b8c24242b6714de3d6814910323 1,263 1.00/1.00 vMB 6
561,809 561,809 000000000000000000157e400b12612d2e5dab1c53a9cbd33e3f771d8ed51f5b 2,091 1.00/1.00 vMB 14
561,808 561,808 0000000000000000001c79c553808481b0d9084bf6883177baa7d5dbbdeff825 1,989 1.00/1.00 vMB 16
561,807 561,807 0000000000000000000fbfd60f4c8a9ae61e1f724dcf6386872b474615f7ce90 2,344 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.16 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: 653.27 GB
    • Received: 13.85 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.