Loading Tool

Explorer IconExplorer

Memory Pool

79,686 transactions
29.83 vMB
0.08957413 BTC
Random Selection Loading Transactions
Max Size: 180.30/200 MB

Candidate Block

Mining Attempt eccfdd314954d51b472e33e284c84d58e009281f9c8feb9267c803d44319a3aa
Version 20000000
Previous Block 00000000000000000000997246e0ea341cc7494c99602e9246f1c08e494865a8
Merkle Root 7b6d472e978771e462664dda870bf55ea76429f7e164a054f8a6d916ffa47d51
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,086
Size: 1.00 vMB
Total Fees: 0.02190214 BTC
Feerates: 40.21 > 2.19 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,140 (236,786 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
678,354 678,354 000000000000000000020fddc0d65d54b79eae079eb552a14ea8d02b8e4bb0fb 2,870 1.00/1.00 vMB 100
678,353 678,353 000000000000000000096ae5d0089c41aeb43d13154602ba3d646e360d477aac 2,857 1.00/1.00 vMB 95
678,352 678,352 00000000000000000002975db871c61545afcb09a519a9bf9a15cfb67bcfad4a 2,731 1.00/1.00 vMB 102
678,351 678,351 000000000000000000082d094cb1f79275f9390a1641e4fa6da42f98f7c536d8 1,985 1.00/1.00 vMB 106
678,350 678,350 000000000000000000024261b908b56eb2c9549cccabd7cf97472430f17879d2 2,393 1.00/1.00 vMB 108
678,349 678,349 000000000000000000061b3a2e992fc13f689c2f32347ab47fcf4261ca9c3467 2,643 1.00/1.00 vMB 111
678,348 678,348 00000000000000000001b2ff8e2d000f83cef007d9254cadd3add746e39f2fcd 2,730 1.00/1.00 vMB 99
678,347 678,347 00000000000000000001ee1b489cf1e6f740e59b205750f45f90b56b8cd6741f 3,331 1.00/1.00 vMB 137
678,346 678,346 00000000000000000005b197a80c63695ce28642bb1acadf0b09f0a1ae81d08d 2,617 1.00/1.00 vMB 100
678,345 678,345 00000000000000000004b6e32c1eb39798ebc20b3bd58e2c2f819bafaa3f1018 3,304 1.00/1.00 vMB 119
678,344 678,344 0000000000000000000449a35ced446214803e009bca7c2d6f83b36bc71e5ede 2,516 1.00/1.00 vMB 54
678,343 678,343 0000000000000000000bc57758ca7c2a81cf3a617ca9a49b0c8c9862085ed52a 2,095 1.00/1.00 vMB 74
678,342 678,342 0000000000000000000a96f724e739e0dc7d8f87c6694f7a3164b29eb89e46ed 2,113 1.00/1.00 vMB 80
678,341 678,341 0000000000000000000c1b19c46b8538c83881af1022e6de5702d1a7d5c36f24 1,905 1.00/1.00 vMB 79
678,340 678,340 00000000000000000008562306b96bdaaec0e4869ae4106b5d49fb5d83efd149 2,078 1.00/1.00 vMB 74
678,339 678,339 00000000000000000006111e70738385c0ff559e17736570bd981d3cef9efec4 2,354 1.00/1.00 vMB 79
678,338 678,338 00000000000000000004bb1d54666837253fb218dc2e802ddb139241d2ac4eb7 2,377 1.00/1.00 vMB 90
678,337 678,337 0000000000000000000b2b33e937dfaf38000d52ecd2d5d3620838cb37288c6d 2,574 1.00/1.00 vMB 97
678,336 678,336 00000000000000000005f1d8ff181317e1e1ee763875ede6f99135459aebcac7 1 0.00/1.00 vMB 0
678,335 678,335 000000000000000000055892844ae6b95c046ac68748d9ebb4ab5a0966259af2 2,290 1.00/1.00 vMB 92
678,334 678,334 000000000000000000095a6ca59125997f318906ce7dd129ab2af9ba4bf840a4 2,934 1.00/1.00 vMB 109
Previous 10 blocks ↓
Total Size: 782.64 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: 672.37 GB
    • Received: 16.21 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.