Loading Tool

Explorer IconExplorer

Memory Pool

79,313 transactions
30.23 vMB
0.09608738 BTC
Random Selection Loading Transactions
Max Size: 180.54/200 MB

Candidate Block

Mining Attempt f8c960e5d1c00c14f98dc0decac5059974cf13b22413364f02d23ccf38ae70b6
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root 5276dced7829f6ed4c8f6d3e633f0168f376346b29416017de3c1f4dc41de08f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,260
Size: 1.00 vMB
Total Fees: 0.02465679 BTC
Feerates: 150.61 > 2.47 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (477,345 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
437,807 437,807 000000000000000001c30abe8e0faa5b9a9791877f5cffdc42e00c9fe19ceaa0 2,068 1.00/1.00 vMB 59
437,806 437,806 0000000000000000031e842b07a711476f130b5ac267ebadc3cebe5f6b6d5f87 1,443 1.00/1.00 vMB 77
437,805 437,805 000000000000000000c66eaad4a889407d4eadd273c37414d85c442a1e2d75e7 1,419 0.85/1.00 vMB 100
437,804 437,804 000000000000000004273f080f3fe42d72b7213f113dbbfa1e2fbba3c3a047b2 1,431 1.00/1.00 vMB 50
437,803 437,803 0000000000000000030b12824ce258a26220170c2a5f00177b70d33bd43159bc 2,776 1.00/1.00 vMB 48
437,802 437,802 0000000000000000031e4216a542d218694f087475f3ce5e6d0520ec9db8ff7f 2,554 1.00/1.00 vMB 76
437,801 437,801 000000000000000003b6e93f0d39d317ecee867ff9eddc0b8e669a568568f177 2,603 1.00/1.00 vMB 92
437,800 437,800 00000000000000000104b8ef25d2389ac02996862634672c21a2ec94cdb37b18 1,747 0.75/1.00 vMB 98
437,799 437,799 00000000000000000259dd06e36a11d55e11310656494b8108352ecef124eeb4 1,892 1.00/1.00 vMB 50
437,798 437,798 000000000000000000850b163edb36a7039b35479df651b1c4d4b1df4ba305b0 2,097 1.00/1.00 vMB 64
437,797 437,797 000000000000000000c1dad694c6fe7847e9be121abb09004773e7ed223c2117 2,116 0.75/1.00 vMB 102
437,796 437,796 000000000000000003bb5b797e6fea347ce192adc743e98e5a2931c7711fae4f 1,711 1.00/1.00 vMB 72
437,795 437,795 000000000000000001e7d307ccb86ecee44337930accb977c31973c5d58029bd 2,279 1.00/1.00 vMB 53
437,794 437,794 000000000000000000ec308645f717c415c91c75cb57468445b2b1827bc5bb7d 2,775 1.00/1.00 vMB 58
437,793 437,793 000000000000000002d2365b5ec57d213bc3b3c02cd64bc9dae64a4a6fae9d42 2,586 1.00/1.00 vMB 74
437,792 437,792 00000000000000000388492ab2e1fe27b2903c72fe6a81059ab5379a66f3cb44 2,297 1.00/1.00 vMB 82
437,791 437,791 000000000000000000361b3a9c82d4a5ba82bff9348292d3b8611eed10c7949f 1,992 1.00/1.00 vMB 81
437,790 437,790 0000000000000000015c27462a449bef6928d233675cce8805984f7c27372903 2,957 1.00/1.00 vMB 73
437,789 437,789 0000000000000000001325aeb56685603456833cb1884d87c4419c19326d4058 2,877 1.00/1.00 vMB 56
437,788 437,788 000000000000000002e717e20bdbc9bc29070f336f9f4f462ec7fae5f75be4dc 2,490 1.00/1.00 vMB 59
437,787 437,787 000000000000000001397c6b0e4d05ecdbd57555b81045af0209849e993e3dcf 1,642 1.00/1.00 vMB 83
Previous 10 blocks ↓
Total Size: 782.66 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: 672.97 GB
    • Received: 16.35 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.