Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,515 transactions (3.13 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 5 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,251 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,434 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,250 (820,890 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
88,360 88,360 00000000001a8956b3a3110bcf25d22df2cc3c45c4c8f41b8de637f901b7ff71 0.00 MB 6 0
88,359 88,359 0000000000030ba48eb40a2a43cc974b9e42326a2ea723806583f1a3fd381401 0.00 MB 1 0
88,358 88,358 0000000000043da6443f5025eb65aa4dab34fc7480dad1f4480d16f3f9de34f2 0.00 MB 2 0
88,357 88,357 00000000000d5d6f5553ab8160b65fad1ef59b5bc2423f345b0f3c04f5b1a1de 0.00 MB 3 0
88,356 88,356 00000000001a0ab8e75376001a2ed3be2608a8068817b114b85b2d8dce134e84 0.00 MB 1 0
88,355 88,355 0000000000055e1fa800017399f845da35f6ef20a44b18e3aa212f2c4fb89323 0.00 MB 1 0
88,354 88,354 0000000000001d9f332183e75bf7443320513ab136119b0677305c9189d031ab 0.00 MB 1 0
88,353 88,353 00000000000702d2de93ff3ac8c204cb6dc959a2ea25a41f078f81dcc5035087 0.00 MB 2 0
88,352 88,352 00000000001294b21ebba29dfaedda562ee8c8ac86ca9324ebfa01328e0f3e4d 0.00 MB 1 0
88,351 88,351 000000000010f8c17d4943ac57a266b44b2437b8059e1fc7a90134150317c608 0.00 MB 3 0
88,350 88,350 0000000000032b65eb48c6dfdd196492c3382379fd43dd9869e3a3fd72a785a0 0.00 MB 5 0
88,349 88,349 0000000000184a928638ea9d89976e55ad2fa1f0a1b95c7ca4d8bf3681ad0113 0.00 MB 2 0
88,348 88,348 000000000017efdad8104087cb594003d3b4e0a2ddad7009a80db801903fb36b 0.00 MB 1 0
88,347 88,347 00000000001472ea9dd5021efbfe832d2182384ed719c1ce9c7dd69ec9829da2 0.00 MB 2 0
88,346 88,346 00000000000d005111863dda41f36d4d4534bf3599124d3df50f70fc861a8d69 0.00 MB 1 0
88,345 88,345 000000000008bc425ffd8413d6db1dd1ddc80e5de69f36e5362a010fd4027e74 0.00 MB 4 0
88,344 88,344 0000000000123efbf25b05faaf66a34da57e2b1398a80a3804cf0b27eec6cb31 0.00 MB 3 0
88,343 88,343 000000000012016e4e9652244e5d80c5e1ccc824f0268a5d70f326d89e869535 0.00 MB 1 0
88,342 88,342 0000000000090cba12d02e07cc7c3c48e2d1be8bf09601917dc8ce9dd7b9c6c3 0.00 MB 2 0
88,341 88,341 000000000019c9cb314db8af55deb7e95132f7be535dbb5932147e2ac964a67c 0.00 MB 1 0
88,340 88,340 00000000000d415c510e5f456522e282b5016f6d8fcbde0328666fe8be9463b3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.00 GB

Node Information

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