Loading Tool

Explorer IconExplorer

Memory Pool

42,079 transactions
26.91 vMB
0.06265629 BTC
Random Selection Loading Transactions
Max Size: 141.06/200 MB

Candidate Block

Mining Attempt c7d4b2749e56f5cf20603c29327f26313ca72ab078c53764c6c747db2fb32960
Version 20000000
Previous Block 00000000000000000000d4a518e70dcf6645c40c788678282cd7f9e240afc9e0
Merkle Root d8f0f38d35fcb3431d2002403634a0d0bb85a826a46ffc5c1527af4b4b1035a5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,900
Size: 1.00 vMB
Total Fees: 0.01274517 BTC
Feerates: 60.14 > 1.28 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,912 (136,669 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
778,243 778,243 00000000000000000005dea8ecff28c18150e7621f3d4fae1013bf0d35e6671b 2,408 1.00/1.00 vMB 11
778,242 778,242 00000000000000000003ebe213863c981c5430f9e9aaf7d4bf36292f719aa1ec 2,734 1.00/1.00 vMB 8
778,241 778,241 00000000000000000002a3e4e664125bb7c53b496d11a6f7111098f0f1b27f0f 1,418 1.00/1.00 vMB 14
778,240 778,240 00000000000000000001c9be4101904487596d043c70d3023f259dbab36f91d6 2,504 1.00/1.00 vMB 20
778,239 778,239 00000000000000000005a76b1ea136234e46925188e005d44da62394c8d8185b 2,850 1.00/1.00 vMB 22
778,238 778,238 000000000000000000028af562519868bb804fe20069cc58c16cba7271660636 2,017 1.00/1.00 vMB 9
778,237 778,237 000000000000000000024b217804978f1a43b20316aa70af4ea5e405335e843d 2,151 1.00/1.00 vMB 8
778,236 778,236 00000000000000000000f8b4ac64f1a5f0ebd22cdfc7c62b3d620b0b423cf9b2 2,323 1.00/1.00 vMB 2
778,235 778,235 00000000000000000001cb57ad56e8c2f74ba9f7b0aed6c62fc1a237ac625685 2,400 1.00/1.00 vMB 5
778,234 778,234 000000000000000000017bbf477c187cffefc7cb7f8d63b678963b819ae88c63 3,506 1.00/1.00 vMB 15
778,233 778,233 000000000000000000037924fd8d35d16a0ed6fe977d6e4a84b08497107f44ed 2,221 1.00/1.00 vMB 13
778,232 778,232 00000000000000000003c6eaf86cdf367b3d3a9bd4255ce9d607a9ac62c40e9c 2,422 1.00/1.00 vMB 10
778,231 778,231 00000000000000000002bafc70f711f7dfafba4493d1576d70ac58913d9f40ef 3,072 1.00/1.00 vMB 16
778,230 778,230 00000000000000000003384de72ac0c8b2bc6ac2cbd1d7a21045b3d4c9538ad3 3,676 1.00/1.00 vMB 18
778,229 778,229 00000000000000000002f30643fcf121734aa50d4fe21fb6ed489f7beb1e251f 3,522 1.00/1.00 vMB 21
778,228 778,228 00000000000000000003a1aa1b3fab4c1ce9fd707d68bf745b78fc513af790c7 1,817 1.00/1.00 vMB 13
778,227 778,227 00000000000000000003457bef6e88caa4043ea462baef286e302527ad455fd6 1,425 1.00/1.00 vMB 18
778,226 778,226 00000000000000000002ecdd8b3ef783df67ca80f639fc131fff3448b018b925 4,091 1.00/1.00 vMB 16
778,225 778,225 000000000000000000020df7a2f0b5cb0d67c39544ae665a25edefe5e70d194e 3,728 1.00/1.00 vMB 24
778,224 778,224 00000000000000000001a2338d6cdbefffe8663408907124d661bc1db6303dbb 3,586 1.00/1.00 vMB 33
778,223 778,223 000000000000000000020c1fab2f109579d0121845f4f4cbe392b9a892614e1b 2,606 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.23 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: 655.03 GB
    • Received: 14.23 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.