Loading Tool

Explorer IconExplorer

Memory Pool

34,566 transactions
10.76 vMB
0.19414777 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 68.37/200 MB

Candidate Block

Mining Attempt cbdc7ce990da287c3db18aea10a499feca9c125ac1a3bf7542f91f9ebb17d24e
Version 20000000
Previous Block 00000000000000000000e448b44b50758fd2fc9d6ddeba585dd0b192dcc101ed
Merkle Root ebdff074e10e3a86b1b90a8098d85aa7782ed2a3992a14eff661a8cefada2fa6
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,357
Size: 1.00 vMB
Total Fees: 0.08258883 BTC
Median Feerate: 5.78 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,216 (757,304 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
155,912 155,912 0000000000000e89bce0f4df58334e9bcbf3934c021fa2b8a2dd67c823b831f6 35 0.01 vMB 539
155,911 155,911 000000000000085fc5c728005b5148c00e3732faed56a9f5f2a6456602ca71f5 26 0.01 vMB 265
155,910 155,910 0000000000000bd55ed23867eeb6ddc4325f853347845960a6ca01bd43333bdd 17 0.01 vMB 164
155,909 155,909 0000000000000e51e857c9809862ce154a11138fea92ce8515aefbe11948ec5d 106 0.04 vMB 32
155,908 155,908 0000000000000ec0fd67ec1d460eb71cc58a4688d90b3e9de4b875cca048e401 22 0.01 vMB 43
155,907 155,907 00000000000000b95fd8444a913f6f2fe93f5270e4ba1b06cab392223f81a8d9 60 0.02 vMB 58
155,906 155,906 00000000000001fd98d5b5ff38f88955710353a813131b60c7489f66332d3e22 42 0.01 vMB 20
155,905 155,905 0000000000000e794f83c9f4fe11128b8a478ae0e37fed21232ccc72997f8c9b 103 0.05 vMB 76
155,904 155,904 00000000000003991a278d90bf4e64fc399d52eafff3a74fca23923f157ccf5f 8 0.00 vMB 598
155,903 155,903 0000000000000c0fed3aafbe8451b65bd2fef020d10692e0ce45e1b2dd00207d 26 0.01 vMB 184
155,902 155,902 0000000000000b04a44fbb0d9979c107759866c4fd3d831284632f7a30bfb787 4 0.00 vMB 64
155,901 155,901 0000000000000c4c7ca967e733af87be7ed8325fddbcdadbac4a0030cc5a32e1 12 0.00 vMB 60
155,900 155,900 00000000000005fe59fa09f033b85c7eeec7f78824ee9b5637413adaf72e8b14 7 0.00 vMB 61
155,899 155,899 000000000000026f6637384b1dce0232c0bcc0356dcaaf1fe63d3b9d67877a56 24 0.01 vMB 291
155,898 155,898 00000000000009f1617e7b90186ce1d835e7a5d2086792710757d47d55c8c4a3 162 0.05 vMB 34
155,897 155,897 000000000000051db689359500fb75e839b8fe83e4002e2a346008a4e7b5b8f9 62 0.02 vMB 167
155,896 155,896 00000000000005c25a42521a3d2acae62a4fd97fba51a00c07887060c81785ad 19 0.01 vMB 30
155,895 155,895 0000000000000ecf6fe0f017f75d5b421c96cd0d6b1c4d69fdb509de20baafa5 26 0.02 vMB 124
155,894 155,894 0000000000000edf6a42170abebce41fb2a87f31bc32f7feffeea44631b6ae1f 81 0.03 vMB 210
155,893 155,893 0000000000000af61bc14cc1262e908c41c3b5e65ef2f5bb87a90dbc85cf48d8 24 0.03 vMB 55
155,892 155,892 0000000000000e33ec84fddb04c447f72acde2e0093c063e7d686a6c9a012d63 89 0.04 vMB 64
Previous 10 blocks ↓
Total Size: 779.23 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 71
    • Outgoing: 11
  • Data Transfer:
    • Sent: 22.57 GB
    • Received: 0.45 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.