Loading Tool

Explorer IconExplorer

Memory Pool

82,427 transactions
30.20 vMB
0.13712710 BTC
Random Selection Loading Transactions
Max Size: 182.44/200 MB

Candidate Block

Mining Attempt 563e9684d6ee20bc0a28dfb063ed68dacac49061e464ebf0f13ec77e5e300ad4
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 5daaddd7613e90736d657e14ceba2131799baa59e22c1d3bd380c866f1a18e9b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,311
Size: 1.00 vMB
Total Fees: 0.05683065 BTC
Feerates: 477.45 > 5.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (115,276 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
799,861 799,861 000000000000000000028e4b40bfc339b848b6ae7d68b787a6e9ee70e36b04a4 1,977 1.00/1.00 vMB 18
799,860 799,860 0000000000000000000535717317af29761047a5ad525d1cc4336547f4dcb90a 2,746 1.00/1.00 vMB 24
799,859 799,859 000000000000000000053284bcfa9d4885fba434e77a430ddec58e41d497e0a6 4,425 1.00/1.00 vMB 14
799,858 799,858 00000000000000000002326fee9f75a5db93f17b7caff369ad066409d9689841 4,803 1.00/1.00 vMB 10
799,857 799,857 00000000000000000003e9723f0f9d3e822bc35eb309a0d242a8b69eae2d4321 4,493 1.00/1.00 vMB 8
799,856 799,856 00000000000000000005221323271d4d1b75051eddd31f9cfec742145ce9f6ea 1,567 1.00/1.00 vMB 27
799,855 799,855 000000000000000000009a760f6f0952fa571644f1cd73208a084e454b562fb2 2,817 1.00/1.00 vMB 37
799,854 799,854 00000000000000000002acb68a2d918797421fbd7b78a9a3bf3efc390bfd8b23 3,508 1.00/1.00 vMB 18
799,853 799,853 0000000000000000000519585666d7313daafa6c6889072c2303ec661c4a4bea 6,101 1.00/1.00 vMB 10
799,852 799,852 000000000000000000039604668e6b6d2f6bb88fe638a93e125f1926078ee935 6,030 1.00/1.00 vMB 8
799,851 799,851 00000000000000000000d0dfc17506288554e2333431a4b4e0b9c2243bbc8fcb 3,198 1.00/1.00 vMB 10
799,850 799,850 00000000000000000001b0fb589c8f5df118e16b4f0a2274a76406b9b1c01d09 2,862 1.00/1.00 vMB 32
799,849 799,849 00000000000000000000f146fd65257f408f042688179e8a439d283e394a3dc3 5,148 1.00/1.00 vMB 10
799,848 799,848 00000000000000000003b620edf2e0789beeae6209922ab1e809434d5e7424f2 4,626 1.00/1.00 vMB 12
799,847 799,847 000000000000000000053237d1a29ed3fb0cbce0833c4d57d1b32af862632fbc 1,681 1.00/1.00 vMB 17
799,846 799,846 0000000000000000000230bf261b99e6c5dfd3c1493d7e4e618f058842b05959 5,707 1.00/1.00 vMB 9
799,845 799,845 000000000000000000040e3fd5b87b037f396eb140fd8f694c1213a79aef9788 6,512 1.00/1.00 vMB 6
799,844 799,844 000000000000000000014883d740eb9178936c5150af1ff6f2bc5a6ca50581d9 4,667 1.00/1.00 vMB 18
799,843 799,843 00000000000000000002e792beedc931f85924f6bc84b8c618f6b0c18d9edcc2 4,555 1.00/1.00 vMB 11
799,842 799,842 00000000000000000002ffc71c421a07cdc25a1a7a062e3f98d8fd67e495fcd1 2,391 1.00/1.00 vMB 37
799,841 799,841 00000000000000000002afc6e21eb9acc1870436bc9a1c9c82f8592e1ced9db4 3,015 1.00/1.00 vMB 27
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: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 672.22 GB
    • Received: 16.18 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.