Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,554 transactions (0.87 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,590 000000000000000000022b910000000000000000000000000000000000000000 ago 0.87 vMB 2,542 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,589 (10,479 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
901,110 901,110 0000000000000000000021369d13dfb46f96c2f29d56e0ac35951ac0318e95f8 1.47 MB 1,713 4
901,109 901,109 0000000000000000000108d9a6efd66e9831501a73102ebe07e8f13c21907403 1.65 MB 2,976 8
901,108 901,108 000000000000000000021ecb37b476e373c5b01d8bd5ce41db3a00fe260d34a1 1.50 MB 2,516 5
901,107 901,107 000000000000000000021fbbd41fac535e21f66b544194216f82819af0b81873 1.27 MB 1,353 3
901,106 901,106 00000000000000000000a29ee1075311b6c7e2df30ae48ca7b46010da1259319 1.21 MB 782 3
901,105 901,105 0000000000000000000041e75c4119dd60c3ccd1dcb040c0826b4a52b9da13b9 1.32 MB 1,491 4
901,104 901,104 000000000000000000009196ea34fae35ff985e2bbb5d01d4719fea47d0ba7fc 1.69 MB 2,670 6
901,103 901,103 00000000000000000000e24e3cd22ef195237fa722c49196a4e4fbf75cf040a9 1.27 MB 1,069 3
901,102 901,102 00000000000000000001b848bc434483de9d100321a890906c3603f18eeab63f 1.58 MB 2,900 6
901,101 901,101 00000000000000000000ab3addf43cea83f451db9fd571b8d98de788ead324cd 1.33 MB 2,628 3
901,100 901,100 000000000000000000022871c835d665e904e82c779b9a42616b5b2444681223 1.56 MB 3,032 6
901,099 901,099 00000000000000000000066b4e94b3e0ee696fbe0181d43c535c38a688e2c14a 1.45 MB 4,105 4
901,098 901,098 000000000000000000012b6a41a8dd596254310b0632294be9b5ff0976ead0d8 1.60 MB 3,851 4
901,097 901,097 000000000000000000020d9fc61a2b144d20cb067ea5241cbedfd00650e2391d 1.56 MB 3,313 7
901,096 901,096 00000000000000000001761ca6fbe80e02ee2f4e1ae648582e1089dd776920c7 1.49 MB 3,026 8
901,095 901,095 000000000000000000008ce3ba56b1f86d9f5a0bbb2f43fc078078b74911b111 1.61 MB 3,331 11
901,094 901,094 000000000000000000018fcfd3b6a8f0fcfb36a01e618b5d70cdb73d7b1adafd 1.54 MB 3,853 8
901,093 901,093 000000000000000000001b0314aa7665df1b1ac22270c3ac0f254e4da91230f3 1.52 MB 3,816 10
901,092 901,092 00000000000000000000804b1f9d52bae60bea62697d153ea88e7d74a5361577 1.40 MB 4,016 9
901,091 901,091 00000000000000000001ef8cece0e9b658fecfcf5ac6b5b8327b7eea5c25caa1 1.43 MB 3,739 13
901,090 901,090 00000000000000000001b406632b91ff755309e10e7e0716ef6eba7902ed1f7e 1.40 MB 4,317 14
Previous 10 blocks ↓
Total Size: 776.32 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,418.54 GB sent, 130.28 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.