Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,576 transactions (0.70 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,842 000000000000000000022b910000000000000000000000000000000000000000 ago 0.70 vMB 2,574 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,841 (13,312 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,529 898,529 0000000000000000000244455ccca7dc390a0adfa246a4ec81bba26919b2789d 0.99 MB 1,529 2
898,528 898,528 00000000000000000001ce267da6b73e56b36b8253304a2929ca9d7e19409205 0.25 MB 771 3
898,527 898,527 000000000000000000024a7e662b373ffb6ac41864150ac32daad77c74e21e6b 0.87 MB 1,524 2
898,526 898,526 0000000000000000000221b53867d21639c72eff853181913b7856bfaf5b790b 1.43 MB 2,366 2
898,525 898,525 0000000000000000000112f4a29537bdfb0c9e980bb6bab160cfcf536d207296 0.14 MB 521 1
898,524 898,524 000000000000000000015f87d6aada0522f06f53c652c7b87292c2a658380db6 0.63 MB 1,221 2
898,523 898,523 00000000000000000001b4c4a66d548a8a9adb4482841e8aaefce1d6e1416ed8 0.07 MB 180 3
898,522 898,522 000000000000000000001f762cf217396769ba19596930f878e25839420af8e6 1.29 MB 2,264 2
898,521 898,521 00000000000000000001033875840cf1075265d4a10217112edcd8cafa373658 0.26 MB 700 3
898,520 898,520 0000000000000000000032b2def5e02338d881b4e2a9f62de16cf986c79e40e4 0.67 MB 1,371 1
898,519 898,519 00000000000000000001c44f99fe80e98e72ffd3306785eea0e4e19315915415 1.53 MB 1,952 3
898,518 898,518 00000000000000000000bb9413651e2d39eee3f7cac3d66cbe5957d8e3b87b6d 1.22 MB 1,647 2
898,517 898,517 00000000000000000000bb1d89724a1ad8503057964d688d0a089ca6e0ca6c00 1.59 MB 2,549 3
898,516 898,516 00000000000000000001de6616d57409a7dbf1ce126729cdb1a88a302afcff29 1.11 MB 2,119 1
898,515 898,515 00000000000000000001c127e7dcd55e189751c3d6fe941fba62bd4ac720268d 1.55 MB 2,343 9
898,514 898,514 00000000000000000000b3345df267cba28097bc1f84a48fafafe320f804e8ae 0.71 MB 780 2
898,513 898,513 00000000000000000001a1ef7c89a407345e642f0cf25849936b169514bca0ce 1.09 MB 1,930 3
898,512 898,512 000000000000000000019254ba7d1e2236a07928737454a4de8f7e26ce8cd45c 2.07 MB 1,908 1
898,511 898,511 000000000000000000000eec721bb05511e546261e2cd637d20a5fd2ab6b7fdc 1.54 MB 2,788 3
898,510 898,510 00000000000000000000d2404ce8d1a76c49652692c6faf01a44aed70b4c8173 1.23 MB 1,106 2
898,509 898,509 000000000000000000011bdd626bc6f19276845b982881392804f846e370302a 1.57 MB 2,567 4
Previous 10 blocks ↓
Total Size: 776.80 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,468.75 GB sent, 132.53 GB received

Notes

  • This page updates every 5 seconds.
  • 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.