Loading Tool

Explorer IconExplorer

Memory Pool

41,784 transactions
28.74 vMB
0.06774728 BTC
Random Selection Loading Transactions
Max Size: 151.06/200 MB

Candidate Block

Mining Attempt fee74b2de6945e207b97e7a418ba1db2d51b19af78f7e4f7fc6d73d35120ab62
Version 20000000
Previous Block 00000000000000000001c0e471ae3d5377bb12b8abc9c3f3ee3a4448797fefdd
Merkle Root 90a18646585a8f6f4ee2629551b89727022f9dd4fd9100ed70654b09dbcc6322
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,961
Size: 1.00 vMB
Total Fees: 0.01315514 BTC
Feerates: 50.27 > 1.32 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,859 (179,196 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
735,663 735,663 00000000000000000002f5efb0273ce8cc1032cadd58a4651b713b4b5de4cdb1 2,404 1.00/1.00 vMB 11
735,662 735,662 00000000000000000003e53a01f6598449feb563198fb3daabf94db20e2afa9f 1,981 1.00/1.00 vMB 16
735,661 735,661 000000000000000000056c2cdc3a748642d3e89e1fcd76123111475e6c1d8c0b 3,197 1.00/1.00 vMB 28
735,660 735,660 000000000000000000044539de1469c5b87c53a34361d1b2cf9ea8fbd604e43b 3,040 1.00/1.00 vMB 17
735,659 735,659 00000000000000000002bec290eaf3670f3e8d33703249d620054736f2efd5e5 2,029 1.00/1.00 vMB 19
735,658 735,658 000000000000000000014b3c2e3b6e71a7d7afa51cf3f7fcd2b00ec9fb835377 3,178 1.00/1.00 vMB 27
735,657 735,657 00000000000000000008d1a495a439d669a43cd9efc0eab914d3e7b124aa0cf6 3,506 1.00/1.00 vMB 16
735,656 735,656 00000000000000000008f772ee1f70192254f87a7161e89d1059066c66266dee 2,093 1.00/1.00 vMB 15
735,655 735,655 0000000000000000000638ea467764dfe54d5ff6db5294489df13cd1b62acef8 1,031 1.00/1.00 vMB 18
735,654 735,654 000000000000000000069045021d3a4528e82c2ef0e721448d14cd3a9a29d14d 1,744 1.00/1.00 vMB 24
735,653 735,653 00000000000000000000443cd0052fc368400da69ad1fab2bfbb437b40facc8e 2,971 1.00/1.00 vMB 24
735,652 735,652 00000000000000000001bb95c4cd4996ef3ef122662e7da5492e99dfd823e794 2,834 1.00/1.00 vMB 14
735,651 735,651 000000000000000000027c85211862a4afda7cf29edee0fbbd7c2a3cc2dbf936 2,883 1.00/1.00 vMB 20
735,650 735,650 00000000000000000006467ee861c2070c27548704cee49c3f924a17e86546e3 2,354 1.00/1.00 vMB 23
735,649 735,649 000000000000000000014a9c2de41ca7926647efb44e51843865b762ce3ea3a8 2,389 1.00/1.00 vMB 21
735,648 735,648 0000000000000000000296f46c659cf3fbbedb5259637040bafad959d00f01cd 2,287 1.00/1.00 vMB 17
735,647 735,647 00000000000000000000e4b084a32442aa8ad2c58f427eb7b6af23d46b1b0c1c 2,047 1.00/1.00 vMB 24
735,646 735,646 00000000000000000002376db628358adab59687224413ed397284b0630f4395 2,992 1.00/1.00 vMB 17
735,645 735,645 00000000000000000008adcf8660fb90103b95ebe06f880a0aae97b41f5b6321 2,383 1.00/1.00 vMB 26
735,644 735,644 00000000000000000000054f4d3def8b7848c3496f9fef791fc7fb5f4300b9d4 2,606 1.00/1.00 vMB 24
735,643 735,643 00000000000000000001ad37a1a7df457880d391f29c67d18088733abb63da4c 1,754 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.14 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: 652.72 GB
    • Received: 13.80 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.