Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,079 transactions (0.44 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,109 000000000000000000022cb30000000000000000000000000000000000000000 0.44 vMB 1,071 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,108 (869,985 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
40,123 40,123 000000006748fe7265783a8d08812ce43d22d9c842493a4e1c12199482036a89 0.00 MB 1 0
40,122 40,122 000000006b960dab8ad9daf53b2ad0dff135844da98e73588dba6f7cffcd692a 0.00 MB 1 0
40,121 40,121 00000000753a4ca429ce6005f00afc71b9029f8e3f39cc8206dfcba270af9cbb 0.00 MB 1 0
40,120 40,120 00000000894caab616fe4c510a392b950e7240c411cbdf9134b5ad2be3b8257c 0.00 MB 1 0
40,119 40,119 000000002fc28ff1c0d40be1e9f91ef459f2b85ff3d66a617869e49e62f318fd 0.00 MB 1 0
40,118 40,118 000000004fe65e537136853638e1cb6f2d3b3d88bbdf010f715a65f84369c466 0.00 MB 1 0
40,117 40,117 0000000076edb290245691b49f07dd5b2b338a9db151386623a358145666625a 0.00 MB 1 0
40,116 40,116 000000008a9a5d65f33d04f992e5868423b21b7c7ccdac0276cf6a881a3aaf05 0.00 MB 1 0
40,115 40,115 000000005f8fc3e0d957b1a9699d15797106e4720289d25e1d1f58b47968cf6b 0.00 MB 1 0
40,114 40,114 000000002c827ed278b3d5d1d15f7107de8217dfeeac555beec2d488ec6a5ea7 0.00 MB 1 0
40,113 40,113 0000000041b174cdf9e10039577281726c95813d64639ce59818739cfc085152 0.00 MB 1 0
40,112 40,112 000000000ad6580cf76bd13ff0d1798e9147d2b9abc2f37019c2765cf182fbad 0.00 MB 1 0
40,111 40,111 000000004a8bce215634281308c44be2b86bf657442641e94202557f18bcdf59 0.00 MB 1 0
40,110 40,110 000000004709ac556dae49bf335f9487f92127c269aedefc4d8620d6a004e0f1 0.00 MB 1 0
40,109 40,109 0000000081584e58bc55ba1590526e924a0790da6ed69931105622fed785cd5b 0.00 MB 1 0
40,108 40,108 000000007847ec2054e68a67ad3ece1a3f69769846e9fd371618e3c767440c20 0.00 MB 1 0
40,107 40,107 00000000061c5b0492e2993e69246a09b86abc67e35592955cefc870d31679da 0.00 MB 1 0
40,106 40,106 0000000036b5a768ae8f40204b7fb259b7de85a7bf84c3aadd60464b93581558 0.00 MB 1 0
40,105 40,105 000000000555e6bc764f90212f3ff50b3cea7da1d3e911225cc8c7fd567ba493 0.00 MB 1 0
40,104 40,104 000000006fb79a2213c424bd70194d0bdd0bfe3ba20777e43be7f10d1a870449 0.00 MB 1 0
40,103 40,103 000000001a4aa1e2072a42347b09902de999d3c619ce10da14e8ac01d4cf03fa 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.59 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,189.56 GB sent, 116.45 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.