Loading Tool

Explorer IconExplorer

Memory Pool

44,971 transactions
28.19 vMB
0.06366677 BTC
Random Selection Loading Transactions
Max Size: 149.82/200 MB

Candidate Block

Mining Attempt b580124ea0dc2e6d4e87d300945dd86123ecad0bbfbcd678ddba5c95a025cf70
Version 20000000
Previous Block 00000000000000000001d31dd75d38543959c8b9e526cb3be5dabf3325e25fb6
Merkle Root f3e784da247d10aedc5a1dae1965ff97b9430120035101c58c194cda22473096
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,539
Size: 1.00 vMB
Total Fees: 0.01032256 BTC
Feerates: 361.66 > 1.03 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,850 (328,923 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
585,927 585,927 000000000000000000040cc65c3eba1066dd497969d910db46b15f9d6f8f7b63 2,949 1.00/1.00 vMB 85
585,926 585,926 0000000000000000000b41f0530e9f6d9df68001e40f8dd8c228683a273fa3e1 2,336 1.00/1.00 vMB 38
585,925 585,925 000000000000000000014d3b59eefc8fd81d068b93c88abdff8fddbce5ece936 2,784 1.00/1.00 vMB 53
585,924 585,924 00000000000000000003c992b7ebf3f2c7d1aac589f020dbc0293276f5b0da93 2,076 1.00/1.00 vMB 27
585,923 585,923 00000000000000000008f240ce235cbee8480d15c82d9bd38cb49f3a7f2657fd 2,765 1.00/1.00 vMB 47
585,922 585,922 00000000000000000012abf6336d58616f61b6cbe1d090889f1b07beebe2082d 2,523 1.00/1.00 vMB 58
585,921 585,921 00000000000000000000324f70721be49547053fbaa70041cbb06aed1f26eea9 2,940 1.00/1.00 vMB 56
585,920 585,920 0000000000000000000e827ce158797904d6677f66f4c18ba2d417f9e760cb42 2,406 1.00/1.00 vMB 66
585,919 585,919 000000000000000000127122fb77e6968ce627e0bd5ab079c27956bdf5101d36 2,606 1.00/1.00 vMB 45
585,918 585,918 000000000000000000006b5c6336b93f1a1dbabd0aafaeee158ec61a58739fac 2,792 1.00/1.00 vMB 62
585,917 585,917 000000000000000000177a2ee807ba9c1bdc8b8dcc92953351e424252b88ba31 2,833 1.00/1.00 vMB 45
585,916 585,916 0000000000000000001061bdc1b43b6f8f8621a2dcf0ced80ba278ae88b83ab2 2,050 1.00/1.00 vMB 53
585,915 585,915 0000000000000000001253aa1e4ff3f6a7ca8bef7cff8e1de76d8e70add296c1 2,553 1.00/1.00 vMB 80
585,914 585,914 00000000000000000004c030a9d910b0b4cc5aae330d8d87f7ff032b3dd2a0c8 2,486 1.00/1.00 vMB 12
585,913 585,913 00000000000000000013c43706920c4ba393bd2e114589f362e28b76688d3487 2,153 1.00/1.00 vMB 46
585,912 585,912 000000000000000000087dba4b7783daba7814a65ca9b3385e76838a68ba41e5 2,371 1.00/1.00 vMB 61
585,911 585,911 00000000000000000010d8b9cf337f7c64fb4518473d0333be5caaa09119e36c 2,589 1.00/1.00 vMB 86
585,910 585,910 00000000000000000008920fc7641776a270b9019ad3fb2fd811160db754b134 2,825 1.00/1.00 vMB 27
585,909 585,909 000000000000000000082c22427e1e10f857777db3c0515493d4a8af93012422 2,816 1.00/1.00 vMB 77
585,908 585,908 0000000000000000000255549eb24fafd54245bc8261d8336d126c2c6af0a8ca 2,323 1.00/1.00 vMB 22
585,907 585,907 00000000000000000010fc4f524d5dbde1a114d93b661a3766c2fe6b24281bb0 2,868 1.00/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 782.12 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.16 GB
    • Received: 13.73 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.