Loading Tool

Explorer IconExplorer

Memory Pool

45,050 transactions
26.61 vMB
0.05846121 BTC
Random Selection Loading Transactions
Max Size: 140.78/200 MB

Candidate Block

Mining Attempt c2a634ef4176f0b169adc998abe3321a4f4a5bcf2b89e8fb398545dba0007b42
Version 20000000
Previous Block 000000000000000000010a691d8711905b74c8ca1255100e4f4641696d5db79a
Merkle Root 95bc8b3f273b0f0384e82a834ccecab19790cba3322a76098d8832d3c0ff5b1c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,489
Size: 1.00 vMB
Total Fees: 0.00946908 BTC
Feerates: 49.26 > 0.95 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,736 (396,825 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
517,911 517,911 0000000000000000004dd7452ca34752ce197140c7306e63217755c5a11e8d43 1,176 0.85/1.00 vMB 25
517,910 517,910 00000000000000000035b620b00a2689864727016426a83072a695ccc00adf40 783 0.68/1.00 vMB 13
517,909 517,909 000000000000000000108b13a79350b60bdc182fda8ac91e85770c09e2eb6a89 2,407 1.00/1.00 vMB 39
517,908 517,908 00000000000000000014088477f8a25d369eb0a9f9769ab50f52cb4e470c8f98 1,943 0.91/1.00 vMB 28
517,907 517,907 0000000000000000000f604cbbb88034b915e0f50c9f8e5c8c1b0609e9b4910a 2,994 1.00/1.00 vMB 47
517,906 517,906 000000000000000000242c552f333aa66f3fd9f9216398d9b4b7f6581f9e58ea 1,852 0.85/1.00 vMB 37
517,905 517,905 00000000000000000009f4366eab8393a83c38e59a84b928e783583a994fdbe8 376 0.16/1.00 vMB 32
517,904 517,904 0000000000000000002f48142ddf53dd974a0e0339d75954dfe213aab75fbc6e 1,294 0.58/1.00 vMB 41
517,903 517,903 000000000000000000313e1e4de84d804c14b23735154fef385f8884f9c5763d 1,642 0.66/1.00 vMB 38
517,902 517,902 000000000000000000271fce56f50b18db0649782a103dd715545beaa5e6a69a 1,580 0.85/1.00 vMB 25
517,901 517,901 0000000000000000004b80c75509ed1d90ffa33e50f6231855cb52c3bcb5e77a 2,063 1.00/1.00 vMB 31
517,900 517,900 00000000000000000002fb771deb2969e588b7c612878c50fe188a81b6132751 1,647 0.88/1.00 vMB 42
517,899 517,899 00000000000000000017570680cf4530eaa7123f7bc9e3faf935d14d706f2416 1,590 1.00/1.00 vMB 19
517,898 517,898 000000000000000000266f34c76d0e397bf32a7aa20a59e74506a822eb3abd12 1,810 1.00/1.00 vMB 27
517,897 517,897 0000000000000000003b5a9adf2090a191178dde230ac8b8e6bb7081b115ac30 2,381 1.00/1.00 vMB 15
517,896 517,896 000000000000000000280ce6c8ef112be76497ceb34ef2562028ad9a377fca9d 2,180 1.00/1.00 vMB 25
517,895 517,895 0000000000000000002d5420040cff5ee7f26b0ecabb516b31124665d848ff65 2,414 1.00/1.00 vMB 74
517,894 517,894 0000000000000000004ca50f17283b372d98f4ce83098f56fca577a3a2fb3bdf 2,554 1.00/1.00 vMB 69
517,893 517,893 0000000000000000002ff4759d06c1aae26488b10f575c3991ec6563049edc39 2,151 1.00/1.00 vMB 46
517,892 517,892 0000000000000000000afad0bffa52fc69000399d6eda64632a5bcb4d6a36869 1,087 1.00/1.00 vMB 10
517,891 517,891 00000000000000000047797a6cc5541eb4446cfe3f292d13a73719f8155472a6 1,197 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 781.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: 646.12 GB
    • Received: 12.81 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.