Loading Tool

Explorer IconExplorer

Memory Pool

81,883 transactions
30.60 vMB
0.07966978 BTC
Random Selection Loading Transactions
Max Size: 184.49/200 MB

Candidate Block

Mining Attempt e4022cb36ec7e5e6c295edb33c6b44e6d3137cb53f39c3529fe5ccef369631e3
Version 20000000
Previous Block 000000000000000000004deb7d1e347c8f6581c1f9b70e6ff46143ce8ce3cc35
Merkle Root 4560f95eaa2242400ac77b75c36eb75f4199e5b185f0dfc61003bfa10c45880a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,117
Size: 1.00 vMB
Total Fees: 0.01585275 BTC
Feerates: 40.91 > 1.59 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,975 (240,770 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
674,205 674,205 0000000000000000000c689816fedc65018678d83c295c57717e550d459c5297 2,530 1.00/1.00 vMB 105
674,204 674,204 000000000000000000046b22b1d7b87b5e85aceee440d1daf0e941fd8b041b98 3,129 1.00/1.00 vMB 122
674,203 674,203 0000000000000000000beceb79cdc7b9ed7a651046b54de6291789d1db99c4a3 2,795 1.00/1.00 vMB 75
674,202 674,202 0000000000000000000d0360528d3897feeff8f3ef0fca12c8d5853c2eaab423 1,978 1.00/1.00 vMB 94
674,201 674,201 0000000000000000000b5c3679be41a013248d15ddec8261c7ebe2f1ed246c97 2,797 1.00/1.00 vMB 105
674,200 674,200 0000000000000000000310144a689f57be5b36c05efe5683ad04d3258b7d44b5 2,747 1.00/1.00 vMB 108
674,199 674,199 00000000000000000005ce56a9b7eafbcebda718c8fa871d776f34eef49fd86e 1,303 1.00/1.00 vMB 75
674,198 674,198 0000000000000000000acdfc88b4b81ccb55834975f2afaa79b5b51dfeb0b466 2,796 1.00/1.00 vMB 81
674,197 674,197 0000000000000000000b8876b9b524a7d772d341631d6a1facccd8f4a954ee8f 2,504 1.00/1.00 vMB 93
674,196 674,196 00000000000000000001e9f6a570d357a99235a5652bd883615331d54f0badb1 1,475 1.00/1.00 vMB 92
674,195 674,195 00000000000000000007933144431ad8e4b3f61a86b89dd1b4cf7bd95c070a15 1,015 1.00/1.00 vMB 94
674,194 674,194 00000000000000000006a1134a2ba44237b7e16da679646cb6f20c58cd1db2c7 2,087 1.00/1.00 vMB 103
674,193 674,193 00000000000000000006a092d67107eba95ee4f40d14c3131c009e982d0f9229 1,718 1.00/1.00 vMB 97
674,192 674,192 000000000000000000029de47658dae82c0e1f6b07a2d5690156431e875b78b2 1,246 1.00/1.00 vMB 103
674,191 674,191 0000000000000000000d12ff02f7332004ab25568a21109fd1a2356626296c79 1,755 1.00/1.00 vMB 90
674,190 674,190 0000000000000000000c937634ab76e8f1c93c33bf3362a4274858c68c56647d 2,623 1.00/1.00 vMB 94
674,189 674,189 0000000000000000000adfe813b3d088a47d46ca09ba29cec3d6c887d0df4933 1,584 1.00/1.00 vMB 131
674,188 674,188 00000000000000000000e1723bc8bdd09eaf3669c532fcbfab3f413fdb8c04d3 2,507 1.00/1.00 vMB 109
674,187 674,187 000000000000000000030d27a5fe79359beec54f92e689e076e4e45dc4e4310e 1 0.00/1.00 vMB 0
674,186 674,186 00000000000000000004040064775a203dcaa9da39d9b97d8fc79cdf73f367f6 2,868 1.00/1.00 vMB 111
674,185 674,185 0000000000000000000744724038f9f96b4a6ff9896b19624c424bfc06d4e84c 2,925 1.00/1.00 vMB 106
Previous 10 blocks ↓
Total Size: 782.35 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: 661.73 GB
    • Received: 14.82 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.