Loading Tool

Explorer IconExplorer

Memory Pool

49,580 transactions
29.81 vMB
0.22208708 BTC
Random Selection Loading Transactions
Max Size: 156.61/200 MB

Candidate Block

Mining Attempt 2befb7e38258de148d5f6e3424adc225624e34bcfd2021120a793018cea61e8f
Version 20000000
Previous Block 000000000000000000010632e62ac54a943f30bde5587337bc0da0324a5b3c27
Merkle Root 317492f541cfc2a9a134b21d809f750e320b053c3c141ff49986322cbe7c88a4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,998
Size: 1.00 vMB
Total Fees: 0.08480271 BTC
Feerates: 150.67 > 8.50 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,707 (244,925 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
669,782 669,782 00000000000000000008cd04d01b473cb31628afedccb66a43f9157ccbb017c1 3,077 1.00/1.00 vMB 125
669,781 669,781 000000000000000000080a7f9f0a26043ea7917dd4424471a4e6b07912a36b84 1,888 1.00/1.00 vMB 132
669,780 669,780 000000000000000000016c2ed63b242610b934e2048065a37a05606684e81e54 2,420 1.00/1.00 vMB 142
669,779 669,779 00000000000000000006ef86ea302978c8bfe9f66af6ca1daa7b186e7773f9f4 1,600 1.00/1.00 vMB 124
669,778 669,778 00000000000000000001c8b7f9193e8d3c0c0d5cc08fe9a4c8e046eb00f7ba4d 2,744 1.00/1.00 vMB 134
669,777 669,777 000000000000000000069a120ca75955bbf290b43a030d886509045fc906513e 1,831 1.00/1.00 vMB 96
669,776 669,776 00000000000000000001aa0c010c3d415452145c898a14c08709729eee0f6454 2,886 1.00/1.00 vMB 155
669,775 669,775 00000000000000000004a2c7acdc80ad10125090dc74e29b00986789dcaf7e8d 2,657 1.00/1.00 vMB 139
669,774 669,774 00000000000000000002180a6530caacd6b187e4ad21f4dd05d713f41307df24 3,091 1.00/1.00 vMB 155
669,773 669,773 00000000000000000009941d3299091a762ac7153c7e340b5e3391bdb8f867fb 2,728 1.00/1.00 vMB 121
669,772 669,772 000000000000000000023943b988d17d4ed0146285f6259f3d369c5790d28209 3,098 1.00/1.00 vMB 135
669,771 669,771 00000000000000000004d836696e4c8338ef66153f42b0d1e21bfaa55eeec83b 2,371 1.00/1.00 vMB 135
669,770 669,770 00000000000000000009ed5a7e897a2924dc6d903ae17dc96b2c6a3d1c2c8285 2,866 1.00/1.00 vMB 154
669,769 669,769 00000000000000000007145772ef138f7969d85c280719dbe993aa1b7c578a90 1,377 1.00/1.00 vMB 113
669,768 669,768 000000000000000000097d58189e17d25e251ec58cc156e33fb112bf47aa6ec5 573 1.00/1.00 vMB 127
669,767 669,767 0000000000000000000a75f1aa40d009410391d5a64f117f48249457b9a15771 2,135 1.00/1.00 vMB 121
669,766 669,766 0000000000000000000b60811da82f9b8ade2b1de9c12f007b0bb0cf2796f219 1,062 1.00/1.00 vMB 99
669,765 669,765 000000000000000000086eb805ccee3a5e0ea0f0b721f96d6a1893e69cb8c5d1 1,989 1.00/1.00 vMB 114
669,764 669,764 0000000000000000000d0f82ac9b085e189bbfc7ed28efd4cf3b7e99c3bcc1c2 2,494 1.00/1.00 vMB 121
669,763 669,763 0000000000000000000319fbf6f80c523be8ded97f476a9fa7fae198f20619de 2,925 1.00/1.00 vMB 107
669,762 669,762 0000000000000000000a32615f034fa405f193935f399744c61ee4c158d99a04 3,001 1.00/1.00 vMB 94
Previous 10 blocks ↓
Total Size: 781.87 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: 644.98 GB
    • Received: 12.63 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.