Loading Tool

Explorer IconExplorer

Memory Pool

49,613 transactions
28.58 vMB
0.10702433 BTC
Random Selection Loading Transactions
Max Size: 152.51/200 MB

Candidate Block

Mining Attempt 03aee87c9c8c87300df1f9732d48a2418c20806435ac694477a34da13dd2d4eb
Version 20000000
Previous Block 00000000000000000001e1af25ad4e9d2008c13672c48d9c88eeac32a869b9f2
Merkle Root f58147ebcf2cb68f5c77348d3b73821ab2da3afd47a98943d959ceaf915c58ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,164
Size: 1.00 vMB
Total Fees: 0.04726447 BTC
Feerates: 500.00 > 4.74 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,789 (153,994 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
760,795 760,795 00000000000000000004556fbba13b4f7f777ba91909ba2458880700dfb0f93c 87 0.02/1.00 vMB 28
760,794 760,794 0000000000000000000688f9335b58118af1e075330571c4e295d0ef33ae8633 1,384 0.50/1.00 vMB 13
760,793 760,793 000000000000000000062f1d56aeb503c8e48e75392f5b447a3101fe1decc29d 736 0.57/1.00 vMB 3
760,792 760,792 000000000000000000052ea0b6e57c5152bbca28e0b3ee84a6a0f2476736840d 2,235 1.00/1.00 vMB 8
760,791 760,791 00000000000000000004272e4cda7810d0089994cd13e4e7c50696a62fcea559 1,996 1.00/1.00 vMB 19
760,790 760,790 000000000000000000015f372aa7d064feb1f0ad8086d4299dbf82906c26f738 1,816 1.00/1.00 vMB 22
760,789 760,789 00000000000000000003fdae855cd1e7a6faa6bbb6d2beee5b2a58f0cb43ef5e 2,835 0.94/1.00 vMB 12
760,788 760,788 00000000000000000006c831c5534342de515d369c67574ef1ce89c64f893721 2,657 1.00/1.00 vMB 13
760,787 760,787 0000000000000000000299cbbc63e5508b93bab85036b4c7d00fada08e7f0954 2,358 1.00/1.00 vMB 11
760,786 760,786 00000000000000000004d1acca61eab8e2f32d3722000ec6f910a5b77d26b165 1,540 0.54/1.00 vMB 14
760,785 760,785 0000000000000000000569c9b2578f1341977a74c766a090333e557bd8c8729d 1,310 0.68/1.00 vMB 9
760,784 760,784 000000000000000000013751a197724534f125a54e768c1b17971603c08eb31e 2,080 0.94/1.00 vMB 6
760,783 760,783 0000000000000000000400d6bd7830a322e9408ccb17ebbdf91645f169cd29d4 2,891 1.00/1.00 vMB 21
760,782 760,782 000000000000000000030e73e6e150c5e5daf90f012f080f0f98ecb0c8ce5b05 685 1.00/1.00 vMB 17
760,781 760,781 00000000000000000002d7a61866f1dab8a03df2d8eff3ca0df4c2e967c6fb2e 1,334 0.54/1.00 vMB 13
760,780 760,780 00000000000000000000462680be3397998249109fca7484806b84c0c5a33acf 336 0.38/1.00 vMB 3
760,779 760,779 00000000000000000002bcb5e6e7da06703b535b5540d31d2b250900919f1b5e 1,291 1.00/1.00 vMB 5
760,778 760,778 00000000000000000002e95295c32d66a83ed0c5dcc09421d2068e99c843eb1f 2,161 1.00/1.00 vMB 11
760,777 760,777 00000000000000000003ea57db08c8f2c10c0f6387ce9e96e870c5954eec0d78 2,857 1.00/1.00 vMB 23
760,776 760,776 00000000000000000004ed3523cea33546ec8f9f8c5a7916a8f1344742f6e2bc 725 0.40/1.00 vMB 16
760,775 760,775 0000000000000000000722c5c9d29a85eb17b500aefce9c95a3ad051bef14ac3 167 0.05/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.01 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: 649.49 GB
    • Received: 13.18 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.