Loading Tool

Explorer IconExplorer

Memory Pool

86,779 transactions
31.84 vMB
0.10967325 BTC
Random Selection Loading Transactions
Max Size: 195.04/200 MB

Candidate Block

Mining Attempt 55d934ac468765000eaa57c06c50ec62aef4fa5b442369472f133a3bb99d4bb7
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root 1554426e3fd80377ad69b9edb80f8b4657f0f8062c5d1d7e87ea04dbfe843ad8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,854
Size: 1.00 vMB
Total Fees: 0.02877426 BTC
Feerates: 1,236.26 > 2.88 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (21,216 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
894,146 894,146 00000000000000000001aee67dc14794a3060c27221d129a3d141e4e84ac9880 3,718 1.00/1.00 vMB 3
894,145 894,145 00000000000000000000bf0b011009e53b3012d99940d6238a6fc35a41d07372 4,369 1.00/1.00 vMB 3
894,144 894,144 0000000000000000000135f6249909d610a8adcbd3a8627f3cf7ff3267fabca6 5,240 1.00/1.00 vMB 3
894,143 894,143 0000000000000000000054d11b06f9a2b5f3c61bf3af1197b1ca40f9b0df6164 3,992 1.00/1.00 vMB 7
894,142 894,142 00000000000000000002203597ed57ec409c6f999c3b595595f9f437393e850e 5,009 1.00/1.00 vMB 4
894,141 894,141 000000000000000000013eddac6d2980a6eaec63ba836a13c1bec2f86981cae6 4,276 1.00/1.00 vMB 6
894,140 894,140 00000000000000000000be790d1ea8f8ef8c895cc60bcd5aba1357edd4761a36 4,329 1.00/1.00 vMB 5
894,139 894,139 00000000000000000001c764f2c7ec77d32aa817ffc8ed80481a1a12c0af9353 2,959 1.00/1.00 vMB 5
894,138 894,138 00000000000000000001c5d43a6b58f8c9b02c473b9291ebc26e8baa28e46cb0 3,519 1.00/1.00 vMB 6
894,137 894,137 00000000000000000002130a8b1f1bfcb8b36fdf2c6b2a8b5f742da115aabdaf 3,065 1.00/1.00 vMB 1
894,136 894,136 0000000000000000000152d26847c68f0ccb00dae5031f7f4c391be05504bcba 3,724 1.00/1.00 vMB 1
894,135 894,135 000000000000000000013b6fd0793fd44a5023bec66227ce408ac57fa880bc4b 4,475 1.00/1.00 vMB 2
894,134 894,134 000000000000000000014ec43a7c9a33b937f4e6085bbcba3d9c6310ae5c7693 4,855 1.00/1.00 vMB 1
894,133 894,133 0000000000000000000123ec417ee66f4f6873da8466c6bf32d4b3e6e87e198b 3,446 1.00/1.00 vMB 4
894,132 894,132 00000000000000000000ba0df9b1a02cbc16fa211a95d6203695a792c3f1a506 4,062 1.00/1.00 vMB 3
894,131 894,131 000000000000000000005153616f9212e11820032ea78cebbfea098d2ea6f0c2 3,250 1.00/1.00 vMB 2
894,130 894,130 00000000000000000000801424c749e3fde23e8c33edcd1fdfca194ca5d27293 4,209 1.00/1.00 vMB 4
894,129 894,129 0000000000000000000045063bca00e3af6ecf9e08027e07e59a9ede80709f85 3,715 1.00/1.00 vMB 2
894,128 894,128 0000000000000000000032fc84215285ffb25db75c005d07fc77f59cf51d14e8 3,420 1.00/1.00 vMB 12
894,127 894,127 00000000000000000002443f6d5494b143f8fae40cbb132b3f35110084a82321 4,455 1.00/1.00 vMB 2
894,126 894,126 000000000000000000016fba891318a890f51ab64c2bbc583f1f4abfd8c81360 3,870 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.02 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: 719.41 GB
    • Received: 18.05 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.