Loading Tool

Explorer IconExplorer

Memory Pool

78,639 transactions
30.21 vMB
0.06903537 BTC
Random Selection Loading Transactions
Max Size: 183.50/200 MB

Candidate Block

Mining Attempt 205633eca352bf842dbdc0fb76f75b58ca3abc80e8b26b644bbd40dda4707499
Version 20000000
Previous Block 00000000000000000001b66b272ca3a270115c0167b0c55ec51ed4c599c6d99e
Merkle Root 07b687f76ff3b7b4c14a7f89740133feaece83a92eb174cc3d4bcaff9a0422ff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,767
Size: 1.00 vMB
Total Fees: 0.00478023 BTC
Feerates: 49.17 > 0.48 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,184 (130,354 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
784,830 784,830 0000000000000000000553188efb6a7111240131d9963aa8a301a2cd7490e574 2,637 1.00/1.00 vMB 43
784,829 784,829 000000000000000000038d0871fea217a9cb45cb78dfe77a493fc368dbfb8025 2,022 1.00/1.00 vMB 23
784,828 784,828 00000000000000000001fd06588b0748c7a70c41dd6ca4bb7e628684a54c9158 2,884 1.00/1.00 vMB 15
784,827 784,827 0000000000000000000229b6b78393bd9e4d3aece5158d3288c04b3022b1f84f 3,394 1.00/1.00 vMB 27
784,826 784,826 000000000000000000039053aa5c5efe2b9b8cb9222603cc17261f0e80138836 2,587 1.00/1.00 vMB 42
784,825 784,825 000000000000000000045aac001aa6b1ed95df3d22e207dc8a9c9176c9113ca3 2,322 1.00/1.00 vMB 25
784,824 784,824 0000000000000000000267e0df445bcf7e86c55fcf73d473fe20eebad47ac0be 3,044 1.00/1.00 vMB 16
784,823 784,823 00000000000000000004733e5031cd3c77a1b27706efed2917464186eeb8ccd7 3,158 1.00/1.00 vMB 19
784,822 784,822 00000000000000000000922f4f4dbb12198965d07699cb073a1a1ac78e153c13 2,140 1.00/1.00 vMB 26
784,821 784,821 000000000000000000018f0300ba8df321fb9c79e146a83a34e489b42e0fcc1d 2,805 1.00/1.00 vMB 31
784,820 784,820 00000000000000000001dc8fa06884e0747af5be3a0ea0c4e6820a1a105369a8 3,293 1.00/1.00 vMB 22
784,819 784,819 00000000000000000001458d430f6af58ac027b7f0351912a74eb6aee9c8fae2 2,270 1.00/1.00 vMB 26
784,818 784,818 000000000000000000056890cbdc02853d4218bda2abee85ae3aead0a9bf1226 1,842 1.00/1.00 vMB 16
784,817 784,817 00000000000000000003ef4a67894d47cfd07008c6da3718d07a60abcb5b1a28 2,740 1.00/1.00 vMB 18
784,816 784,816 0000000000000000000389f04d566c03b36b5424baf9713c5daec76f90a8d877 3,585 1.00/1.00 vMB 24
784,815 784,815 000000000000000000031fff9b8b5456bee09043b58943853b209f27d8318511 2,589 1.00/1.00 vMB 16
784,814 784,814 000000000000000000048652f4a34f066dda56cdd19a22a0699abeeedc4881f7 1,606 1.00/1.00 vMB 14
784,813 784,813 0000000000000000000268bf5d7ddcb50e23f340c5dfcd1d3834506aa908744b 2,477 1.00/1.00 vMB 22
784,812 784,812 000000000000000000013c0b27627a8f67425e430009aedb017b018365cc6ae3 3,430 1.00/1.00 vMB 23
784,811 784,811 00000000000000000003fc6946fdfccc802ed62fc174b1cf676990d9fe0852a1 1,943 1.00/1.00 vMB 16
784,810 784,810 00000000000000000004beb58558f97cb5722dd9af39cb1567e8d0fb3084b976 4,405 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.72 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: 701.57 GB
    • Received: 16.62 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.