Loading Tool

Explorer IconExplorer

Memory Pool

77,111 transactions
28.82 vMB
0.11791340 BTC
Random Selection Loading Transactions
Max Size: 174.33/200 MB

Candidate Block

Mining Attempt b9b7e087fef1a7068d3a33faa146caf287dcc4144f3b0ba3f0fb43aaa27b7415
Version 20000000
Previous Block 000000000000000000009f1c3d628decaf53046a7e17575a65fbaae2fc1ca795
Merkle Root ec356a61e1741a2561bf73521d6e8ef143f63161e7a9ddd700a1efa6f052b178
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,445
Size: 1.00 vMB
Total Fees: 0.05789679 BTC
Feerates: 101.65 > 5.80 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,116 (307,868 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
607,248 607,248 0000000000000000000ae46162579a65a33552be53b7aff9b98c8d7bffd4b629 2,595 0.74/1.00 vMB 15
607,247 607,247 00000000000000000011840e21cf40b5a7bfd20a0f6ea24eb2125b76dfd5f13a 418 0.13/1.00 vMB 17
607,246 607,246 00000000000000000007599f4d6d76068781238c41ad055340cb2d7ba9592f23 1,840 0.53/1.00 vMB 2
607,245 607,245 0000000000000000000722f2d3697f90fe17d630146fcb768f7456e513eacdc1 2,492 1.00/1.00 vMB 10
607,244 607,244 0000000000000000000759c446bba24273f73cc9f657c6535f7856a6c041cc3f 2,481 1.00/1.00 vMB 15
607,243 607,243 00000000000000000011d3c314c601399431c80639a46eee294bf9fb51ccc665 3,029 1.00/1.00 vMB 27
607,242 607,242 00000000000000000010359d81429e9beb128722573a52d1e23055c997dcb560 1,463 0.67/1.00 vMB 13
607,241 607,241 0000000000000000001296a295e7e6663a314eb354096a105742c8dfb884b3fa 3,344 1.00/1.00 vMB 16
607,240 607,240 0000000000000000001152d65ca7d2ed44a1fb030b2dd354a0596d13f29bc7a8 1,065 0.29/1.00 vMB 12
607,239 607,239 00000000000000000000d8f2d4882526025e0149a7d0a68b59f551c4d0175ef2 3,049 1.00/1.00 vMB 16
607,238 607,238 0000000000000000000b5ba54c67a90a2aab27407cd06db6608353a570748af9 227 0.07/1.00 vMB 23
607,237 607,237 00000000000000000011b88ec24abbbebebdafd0f6dfcbb83c2a218121b5adad 2,650 0.94/1.00 vMB 8
607,236 607,236 0000000000000000000cc113efa2eb0a573eec7c73d72d65ca3e14a5dac19deb 2,935 1.00/1.00 vMB 21
607,235 607,235 0000000000000000000c8ddceedbf9c2877d6fd7b52afdcaf71700c61a87d0b2 1,508 0.51/1.00 vMB 11
607,234 607,234 00000000000000000008a4d9ad689b5814a3dbddf7c89f7885bf1c79f20f91c4 1,793 1.00/1.00 vMB 17
607,233 607,233 000000000000000000100720f9db64992888d572bf170239d40485b6008c6a96 1,877 0.69/1.00 vMB 5
607,232 607,232 0000000000000000000f520973657e0817fb7062655abc2e54058c7b9b413a8b 3,108 1.00/1.00 vMB 19
607,231 607,231 0000000000000000000192f190b7577330f4ce8d1645d46cd32c6cb2aa35aac9 281 0.08/1.00 vMB 12
607,230 607,230 00000000000000000004f32bbf404cba5b7060735653e0d65ab31556dc5c657d 2,677 0.79/1.00 vMB 16
607,229 607,229 000000000000000000016b25764f12f932e94d449d729ba0fef6817dac842163 3,353 1.00/1.00 vMB 15
607,228 607,228 00000000000000000012aef3819576bb0da58a885848a689848b1b65872a8c29 295 0.10/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.59 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: 671.53 GB
    • Received: 15.95 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.