Loading Tool

Explorer IconExplorer

Memory Pool

82,089 transactions
31.02 vMB
0.09805265 BTC
Random Selection Loading Transactions
Max Size: 188.97/200 MB

Candidate Block

Mining Attempt 79a91f006862b00fa815913f31a9beba659c4a43f3bfc7f209247d1a5fd38178
Version 20000000
Previous Block 00000000000000000000d54ae1f901c1782dfc3a366574883d3ffd6b49db3d43
Merkle Root 932e2f9614225ca57bdc6070fd4fd88cf5ef3940324aa99b033181bc101e5ff7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,928
Size: 1.00 vMB
Total Fees: 0.02460491 BTC
Feerates: 151.12 > 2.47 > 0.96 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,384 (14,429 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
900,955 900,955 000000000000000000008650ebb5f5f9660d9d9b819d03f9fa4a3e23afb8f737 2,022 1.00/1.00 vMB 2
900,954 900,954 0000000000000000000178aa46f3424fdbb0c3ec403095a5f324119f4aab9275 3,121 1.00/1.00 vMB 3
900,953 900,953 0000000000000000000009d3edbbfe4ed94ff654add9d72a487629bff9d6ffd9 3,475 1.00/1.00 vMB 5
900,952 900,952 000000000000000000021a3eeee2b51f4937306a8720bbea07eb5dfce47279bf 2,352 1.00/1.00 vMB 3
900,951 900,951 00000000000000000001be4ae1e3a2d0753a451fce36b5698606e425766827e5 1,617 1.00/1.00 vMB 2
900,950 900,950 000000000000000000012b96be4735d676ec368cde89489c27c7fa5c86a367da 3,598 1.00/1.00 vMB 4
900,949 900,949 000000000000000000011f8e773782a211d2fb9f585549dc5960432226ae4573 3,920 1.00/1.00 vMB 7
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
Previous 10 blocks ↓
Total Size: 783.06 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: 720.64 GB
    • Received: 18.23 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.