Loading Tool

Explorer IconExplorer

Memory Pool

47,971 transactions
29.15 vMB
0.06880146 BTC
Random Selection Loading Transactions
Max Size: 155.68/200 MB

Candidate Block

Mining Attempt d3c41af34cfe78837d6bdc6e979e6f74b13ad2b77ef98764f9990bede3bf1485
Version 20000000
Previous Block 00000000000000000001d639dc25e9adab712b5f436b38ec9cf2cb9b77e26f27
Merkle Root 60a730c1d2321a1cca47a85f185df8f606a5fd525aeb3da669a3ebd24de7538c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,730
Size: 1.00 vMB
Total Fees: 0.01236979 BTC
Feerates: 132.00 > 1.24 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,830 (313,988 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
600,842 600,842 000000000000000000037ae7939d800e420333a8a8f8d96627fcbc389c677911 1,769 1.00/1.00 vMB 32
600,841 600,841 0000000000000000000176c1fd61a62aea492931ac9ef0b3ecb26e6afeb54e96 2,915 1.00/1.00 vMB 19
600,840 600,840 0000000000000000000dcb9347b74cd2ab91eb5c1ebbe8aaa47ed6fed8e6c72c 2,396 1.00/1.00 vMB 34
600,839 600,839 00000000000000000002839dbcaad56e831076cbed8dead7edda2bfecafc2751 1,999 1.00/1.00 vMB 10
600,838 600,838 00000000000000000014147af3efa92baa041bc340e0c072bfbd67e39cc1a73d 2,423 1.00/1.00 vMB 10
600,837 600,837 0000000000000000000a201a527a6cd17b3e9af8881044e12a8b581c56ef0a6b 2,734 1.00/1.00 vMB 26
600,836 600,836 000000000000000000115dcbd5015496175afa7944bb60131df5957e29d2c408 2,742 1.00/1.00 vMB 11
600,835 600,835 000000000000000000036cc2bb5b465f6aabd927c04aaad9df6d58695a090ff5 2,757 1.00/1.00 vMB 43
600,834 600,834 0000000000000000000d75f92e50ff53796d1246d7b95231076754298618c32e 2,949 1.00/1.00 vMB 31
600,833 600,833 0000000000000000000b2e5a962e94def7ec3077bf9ae76cb851797919524a34 2,545 0.81/1.00 vMB 18
600,832 600,832 0000000000000000000318e1dcb77a9fa3f10fad2fedbc86df725a0dfe9d7436 2,963 1.00/1.00 vMB 6
600,831 600,831 000000000000000000082333bcb45b3aa4ceb9561e09f71bc2e3b47f7074cdb7 2,998 1.00/1.00 vMB 23
600,830 600,830 000000000000000000087447f8d312363d59f18f32642720bcb1cf5ea970c8b3 2,900 1.00/1.00 vMB 15
600,829 600,829 0000000000000000000b94458f0301ba8c3651331edd287165a7d9365bcd18c5 2,599 1.00/1.00 vMB 37
600,828 600,828 0000000000000000000d08f3efdb3f41c66d9849e33fe46545b2f5e8c735858a 980 0.31/1.00 vMB 18
600,827 600,827 0000000000000000000dfba439b9baf4031d6d21404a1bc5125884d8b5a93747 135 0.05/1.00 vMB 17
600,826 600,826 0000000000000000000481929ee187d6b8593c48f420507f7bd325eee767ed70 2,762 0.95/1.00 vMB 9
600,825 600,825 000000000000000000143ba3d0fa7bb63a545721986070d7c6a0aab50798a125 2,611 1.00/1.00 vMB 11
600,824 600,824 0000000000000000000dcae4ab0592cfd0017fa8273fab86959edd71334943eb 2,753 1.00/1.00 vMB 29
600,823 600,823 00000000000000000004a8c9fb43c7d126d0f8e2faeb60eb13979af7c01defa6 2,701 1.00/1.00 vMB 32
600,822 600,822 0000000000000000000d21b87735ca3d699a1f6ba84621548f6b096b3ca8b10f 674 0.20/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.09 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: 651.47 GB
    • Received: 13.58 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.