Loading Tool

Explorer IconExplorer

Memory Pool

23,157 transactions
25.98 vMB
0.03068782 BTC
Random Selection Loading Transactions
Max Size: 138.90/200 MB

Candidate Block

Mining Attempt cabb663c8d86a0d3bcd08b3b783d4530eccfaa2e5e4a28f62f7279f15284b2a5
Version 20000000
Previous Block 000000000000000000001c90927b1800669f05a52bd9bc2ce50bc7fe40189b53
Merkle Root 8fae4a4bbf17e575303e37ecc176b23b02f58286c0b4cf5a49094791454dc2b8
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,899
Size: 1.00 vMB
Total Fees: 0.00179877 BTC
Feerates: 5.19 > 0.18 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,852 (39,904 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
900,948 900,948 00000000000000000001bf0ca79185d3f0e28321235fc6272f9e96fab9f6f000 2,649 1.00/1.00 vMB 2
900,947 900,947 000000000000000000018c0182514fdb6a84291f388018ce0fb2fa6eb4742e82 3,546 1.00/1.00 vMB 3
900,946 900,946 00000000000000000000eca401fc64f13df1562a9dc2e9f065f0975632d571ae 4,720 1.00/1.00 vMB 3
900,945 900,945 00000000000000000000b757bcc7729d55afba38a4d51f567e26f65bbb902849 3,713 1.00/1.00 vMB 6
900,944 900,944 00000000000000000001e8ba0fe9c2b4622db41fdfa002a288f541993c863652 4,788 1.00/1.00 vMB 3
900,943 900,943 000000000000000000017a50f36c3aeda771d2ec0397b9ae1faf2bd696ceaf97 4,583 1.00/1.00 vMB 5
900,942 900,942 00000000000000000000aff730cd9a08f8bde0791b305e7c7c86eab47c92cb31 4,241 1.00/1.00 vMB 6
900,941 900,941 000000000000000000016b25a59bef52ab78591d5abe9271d48bb118c3d821bb 5,337 1.00/1.00 vMB 5
900,940 900,940 000000000000000000006a451717745c72414b2b7e17e7475916855275e2ea82 5,473 1.00/1.00 vMB 5
900,939 900,939 000000000000000000014705d6e70b76047da5b9a7caf28f30d6ca9c5b01696b 4,776 1.00/1.00 vMB 4
900,938 900,938 00000000000000000001cce7bee8f09c1e61f932711665cb0b61f0a020f13b07 5,829 1.00/1.00 vMB 3
900,937 900,937 00000000000000000000dbb792b1850041b5591e27396d4f28263a80b28f77ca 5,579 1.00/1.00 vMB 3
900,936 900,936 00000000000000000000c8c2f08a7f3794968e3c8a4f4a864804adddb3536e5f 3,996 1.00/1.00 vMB 1
900,935 900,935 00000000000000000000eccda813df4ca7f590050b3a4259a9e48c9775fcae96 4,062 1.00/1.00 vMB 4
900,934 900,934 00000000000000000000db1f10368a6e05a0dd307f5410fe13e15cc1551e0f58 2,424 1.00/1.00 vMB 3
900,933 900,933 00000000000000000000fa635eb891954b2be44e15b9feffa2539fbd3a0c1f08 3,501 1.00/1.00 vMB 6
900,932 900,932 00000000000000000000c170e2cefd160c573f59343d7cbfc239ba08c1624eba 4,095 1.00/1.00 vMB 1
900,931 900,931 00000000000000000001801d2cffe2906efd33b4e00a5e3d91c3e110fd42853a 4,453 1.00/1.00 vMB 2
900,930 900,930 0000000000000000000159c6401b3d62c88469340ebfa51af81f81401bbb1624 3,919 1.00/1.00 vMB 1
900,929 900,929 00000000000000000001f772319fd0887c561b6b5e0dfa3b21eedfefa55f469f 4,753 1.00/1.00 vMB 1
900,928 900,928 00000000000000000000b22beb448e4fa96e69b27bb36476bd8321faa3b8473f 4,673 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 828.27 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: 4,568.22 GB
    • Received: 246.55 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.