Loading Tool

Explorer IconExplorer

Memory Pool

78,752 transactions
29.17 vMB
0.09463275 BTC
Random Selection Loading Transactions
Max Size: 176.33/200 MB

Candidate Block

Mining Attempt 3c7cb316c13e133bb9915e90cfb88fafef46589fea0c2f08a8c70877cf7002ae
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root beac6ec9da7247075e2bfb10dbbea41b4de5fdc6ceb202ff171679d2681b94d4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,702
Size: 1.00 vMB
Total Fees: 0.03357520 BTC
Feerates: 477.45 > 3.36 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (362,089 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
553,048 553,048 0000000000000000002859e232fee5e49b43060c6ef3947de6b85abc5434c5d5 2,603 1.00/1.00 vMB 6
553,047 553,047 0000000000000000000ba078ee8214a51be0c2a2bf5b0b9958407f8c6f755234 2,299 1.00/1.00 vMB 11
553,046 553,046 0000000000000000001d0b33a1c173d1c66598de76c2584f1622290ca5ee4920 2,644 1.00/1.00 vMB 23
553,045 553,045 00000000000000000014d8722bee3bb7b85256a740f630c2444feee272ff1b9b 2,418 1.00/1.00 vMB 14
553,044 553,044 0000000000000000002dded19584913195f6b01fa12ec65618e3b24cfe72c041 1,836 1.00/1.00 vMB 24
553,043 553,043 0000000000000000001d56e1558de70ac0d59c35908a44b10a5116bf93ba9e31 2,664 1.00/1.00 vMB 40
553,042 553,042 000000000000000000127cee353e7904d5da67b8b85ad31fe5e224a733225e53 1,817 0.86/1.00 vMB 11
553,041 553,041 00000000000000000019b479f3e6bb44dbb094da85715bb45bb22edcfd8978c4 1,647 1.00/1.00 vMB 11
553,040 553,040 000000000000000000314d5d64a1b62514b3a9bf03ded6bc51961275340bc941 1,852 1.00/1.00 vMB 3
553,039 553,039 00000000000000000020d0755e4ec5dd384212fdf53fe150d6a8b035872289c5 2,988 1.00/1.00 vMB 11
553,038 553,038 000000000000000000254c551e0349d948eee3caf2e2a2a6184e31e2bc56c955 3,064 1.00/1.00 vMB 27
553,037 553,037 0000000000000000002e3b61b27e5bf9b4f0f7c7b865241a500628606d8a6e0e 2,957 1.00/1.00 vMB 25
553,036 553,036 00000000000000000029075401e9a5b8f3bc139602df535a53c33a883e654b20 2,779 1.00/1.00 vMB 9
553,035 553,035 0000000000000000001e0ad9aac842312e66ffb8da09a19637315590f2d5cf00 1,653 1.00/1.00 vMB 10
553,034 553,034 00000000000000000019fba1032ad27052694f24b9883762441373b2cc63ff7e 2,358 1.00/1.00 vMB 18
553,033 553,033 0000000000000000002d4b5fed5ed181980865d527939b2e12c6daac1147ecd3 3,007 1.00/1.00 vMB 45
553,032 553,032 00000000000000000026933ca6c0ed2a7dc5e203defe0194ad26a51b49242344 1,708 1.00/1.00 vMB 6
553,031 553,031 000000000000000000130b9ca13e849ee2393c785f0ab9ef026e055c6a2429e0 2,541 1.00/1.00 vMB 23
553,030 553,030 0000000000000000001f23663952605c22cb23b2584396087f89986b0ab4ba5b 2,137 1.00/1.00 vMB 25
553,029 553,029 000000000000000000009e14056f75fad193d3d2a1f3ee78fc49bf9eb41f9351 2,159 1.00/1.00 vMB 23
553,028 553,028 000000000000000000198a8b5c1c249db46b931c9de4aaea28441f0d9a5a990e 2,195 1.00/1.00 vMB 19
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.17 GB
    • Received: 16.17 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.