Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

19,124 transactions (4.69 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,072 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,573 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,071 (886,732 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
23,339 23,339 0000000015fbc1c8239bd1d68903285f0a1b00339fbbe8b99b9f32b92c2a5bc2 0.00 MB 1 0
23,338 23,338 0000000019a513d14933939580fedab062014b292cda4857568a82a2a4831958 0.00 MB 1 0
23,337 23,337 000000006889a6317497f7e64ea1b2ca430506ea254f43092d1ce14a8549d00c 0.00 MB 1 0
23,336 23,336 00000000e61ad4f4ee88d71d7a22a492d7a45deaba05c54c1fff527b01a63616 0.00 MB 1 0
23,335 23,335 000000005974dacdaeabc0e28298ad9c6ce51b37a169594b65a6166ef0367272 0.00 MB 1 0
23,334 23,334 000000007f6eb749f34dad3205f3c2696ae4346b8d005f71a3b439168684d444 0.00 MB 1 0
23,333 23,333 000000006f11fd1483d96e5eed02ce36dd182fc580101b869f2a506d5065d824 0.00 MB 1 0
23,332 23,332 0000000037c9da5fdd88349967fe59e83977387aa3e40d93e5ca0be8474c4e92 0.00 MB 1 0
23,331 23,331 0000000045958851924e21a963143dee07e18f868941160cc81bc3716ff9d795 0.00 MB 1 0
23,330 23,330 000000005e7fdcef86204d77179d7c8346ff6a7c3215e56064ba8d26caf36a08 0.00 MB 1 0
23,329 23,329 000000001815e8158850c1af5a9068dd450b9e8a43ea68e61e824e75a7f47648 0.00 MB 1 0
23,328 23,328 00000000385e5354f1dbe0cadee558a553b6538f8fdafb7c313bd84ad37da4ff 0.00 MB 1 0
23,327 23,327 0000000040982f3d4f0f580603b60216aba7e65fdf4c56e0ff0fccb2cfb877e4 0.00 MB 1 0
23,326 23,326 00000000e543395e35295c31185a3ea7108868191e5800380a57f1faec92feb5 0.00 MB 1 0
23,325 23,325 00000000b216bc0b401c74ad498ffd126f8b6511b2053e7bd6270003f1b22646 0.00 MB 1 0
23,324 23,324 00000000f6b8ab5d6ce73764a0ef26f0d96be6d2bbd92e5b038c1c295ae366f6 0.00 MB 1 0
23,323 23,323 00000000255a003913f2fbfbd696c86e61f637c2c3091ed6ef0b3bf6226b54de 0.00 MB 1 0
23,322 23,322 00000000882b559a79314c26f7977d96c953522ee1214b46a9951f9ec1d25ae9 0.00 MB 1 0
23,321 23,321 00000000cf7777657ecb016b74f9212f5696341fd35b63422d58607ef5e0b326 0.00 MB 1 0
23,320 23,320 0000000039806d148b93c3bac63534df08c9b4b81d084c222c775c4491d34b92 0.00 MB 1 0
23,319 23,319 000000006b58c6a4ccf2c91ee1fdc41b40c67c4d53afb80a1e390f2cf98b5af8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.53 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,186.83 GB sent, 116.13 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.