Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,474 transactions (2.84 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,298 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 2,841 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,297 (78,638 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
832,659 832,659 000000000000000000020a22ed37bcf3216c47806aae1e25b1ebc5bfe4bf867e 1.68 MB 3,321 38
832,658 832,658 00000000000000000000b9e8adfa6d320ef718963d01c950fa6dd043e217dd34 1.52 MB 2,566 41
832,657 832,657 0000000000000000000359736358a11f5941c948979707496ac67b52db051b8f 1.58 MB 3,409 62
832,656 832,656 00000000000000000000773c722494d6b9d44da50739db37efb52745e3832eff 1.41 MB 2,254 35
832,655 832,655 00000000000000000002d30722bac5569c1fe1187dce5cbbd77eb352e879d9fc 1.58 MB 3,423 54
832,654 832,654 0000000000000000000136208a1d387825a321305436945a0f66b143d56b2d3b 1.76 MB 2,108 32
832,653 832,653 0000000000000000000035e20201a57b013e22ae04524b4471b9958e614e09f5 1.70 MB 1,937 35
832,652 832,652 0000000000000000000341210ba173baf845aa893b823273be88132e39362e13 1.49 MB 2,955 52
832,651 832,651 0000000000000000000223d39c7a9a10f5ab7bc257119d8a46dcc04cdadc1317 1.58 MB 2,731 41
832,650 832,650 0000000000000000000180cfdcff2b59e63a1844a45a3c115daefeb07ae7691e 1.46 MB 2,601 56
832,649 832,649 00000000000000000002d30f2fd2134a72cdd39a58c7e91394c739d4a1f625d8 1.54 MB 2,790 72
832,648 832,648 0000000000000000000134e4729ac6e066fd1ce99c3a495cd0dd1760c4f14f02 1.58 MB 2,956 61
832,647 832,647 000000000000000000036f9433bd2437b627796358dbe79b7f8748967f511954 1.83 MB 2,939 19
832,646 832,646 0000000000000000000007dbc081e9be4ebf3d09574073e172f5afd508267254 2.23 MB 2,619 16
832,645 832,645 000000000000000000005abd47d6805f15db470fa544865230d194af50369ef4 1.93 MB 4,028 17
832,644 832,644 00000000000000000003412e564f633ab5e022144c482c84aeab1f3ff76740d4 2.03 MB 3,554 21
832,643 832,643 00000000000000000002c9bddabcb9bc7ceabf086495dcf8f83874d1e7f7e462 1.99 MB 3,024 18
832,642 832,642 00000000000000000000943bc616b78ce6ebfb12131caa9919eef46f5e16ec65 1.85 MB 3,495 30
832,641 832,641 00000000000000000000877e5202c8be86c2737a147bd3cb9abca0aa18660c8d 1.82 MB 3,351 34
832,640 832,640 000000000000000000025a2af0335e1bdbe1a3d8ef9e91029db9b371b2f713fd 1.88 MB 3,686 31
832,639 832,639 00000000000000000000fb3e09c8065b9ce25a8201ec7728a4a0a337a4351a69 1.70 MB 2,812 47
Previous 10 blocks ↓
Total Size: 775.79 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,398.66 GB sent, 127.83 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.