Loading Tool

Explorer IconExplorer

Memory Pool

81,372 transactions
29.93 vMB
0.15523313 BTC
Random Selection Loading Transactions
Max Size: 180.30/200 MB

Candidate Block

Mining Attempt 68e9da24fd0d0d85e600d9f968f1950443dcb1db45710d2eecc40c42b9744145
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root e0c50f3319fe77f532d33752b245b45e4dd38fc3fe6c80267d7e523ace46d4f1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,646
Size: 1.00 vMB
Total Fees: 0.05890132 BTC
Feerates: 1,002.91 > 5.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (207,517 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
707,788 707,788 0000000000000000000c9b7dfbb40758ff2fcea723a1521814036e1dbb22e075 674 0.99/1.00 vMB 3
707,787 707,787 0000000000000000000c47dd1b67273af9a8ff03de4cb13c12fb21ef1a111df3 505 1.00/1.00 vMB 1
707,786 707,786 00000000000000000004026660b2083d682a25e424531c262f5aaebe61e13c19 577 1.00/1.00 vMB 3
707,785 707,785 0000000000000000000984dc8ff15e24ac0281b8bef415d8a6b9a55db8da55c8 1,752 1.00/1.00 vMB 6
707,784 707,784 000000000000000000087fc3638a56c719f708e30cd0bedbd9938f88144427d1 967 1.00/1.00 vMB 3
707,783 707,783 0000000000000000000862c2c7df65e18a5cc7308e395fd29831b7325e2ca0c9 845 1.00/1.00 vMB 4
707,782 707,782 000000000000000000054526ec19197493ae847f5bdc1f28790f90e5d08ad30b 1,288 1.00/1.00 vMB 10
707,781 707,781 000000000000000000002b6533a83e05f899e15ceabeb6cd4046c67276955bf3 1,035 1.00/1.00 vMB 3
707,780 707,780 0000000000000000000a77e4b11f567b18f24d0616fda699e14903d5879b3165 1,784 1.00/1.00 vMB 7
707,779 707,779 0000000000000000000a590d4969cde3235985fb6f5e361b8e387f8200a9d2ad 1,733 1.00/1.00 vMB 7
707,778 707,778 00000000000000000008618af5c73d34d83c44c4975968f1401f9277627c52cf 907 1.00/1.00 vMB 1
707,777 707,777 00000000000000000009e2a08a78ba29b737a4d5209aa48f7993d17229b16ef7 2,185 1.00/1.00 vMB 4
707,776 707,776 000000000000000000029f6d14370c5ab101c3050c767643e3d49ac7adc15f99 1,116 1.00/1.00 vMB 5
707,775 707,775 0000000000000000000128ce58ad313270bc37f16da74b31986847c255971b62 2,891 1.00/1.00 vMB 8
707,774 707,774 0000000000000000000c91ea0a86a47d4c4028a4251dea2296d3e3c617005a29 4,604 1.00/1.00 vMB 3
707,773 707,773 0000000000000000000cc6f26c5dcec4553ca1db637eb6c2eaa848da1cfd9b76 2,681 1.00/1.00 vMB 8
707,772 707,772 0000000000000000000c1eb4dbe1aa580849c920795e1437596abf3ba0d30f07 2,878 1.00/1.00 vMB 17
707,771 707,771 0000000000000000000032488fa1207c43d5ea36629edc220b75a6d4d2c430a2 2,207 1.00/1.00 vMB 10
707,770 707,770 0000000000000000000ac09b95b3ae2b1d45cc06a0c1b46997befe6d0e5c8de4 1,730 1.00/1.00 vMB 11
707,769 707,769 0000000000000000000a40a3f6a1cd8f147da52ce9f22a882351152fb8b3f192 2,249 1.00/1.00 vMB 12
707,768 707,768 0000000000000000000c93a706e0295f1e7ea008eb7d82e007ccad209ff2ab22 2,425 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.92 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: 714.48 GB
    • Received: 17.54 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.