Memory Pool Memory Pool Refreshing

22,690 transactions (5.27 vMB)
  • 1 sats/vbyte = (18 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,175 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,426 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,174 (818,949 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
90,225 90,225 000000000010da820600d5be36372ebbf26c3264972fdc278309dfc81763433f 0.00 MB 6 0
90,224 90,224 00000000000d6cdd98fe17ec25956ae610b043f61545754a96d78adc9f780639 0.00 MB 1 0
90,223 90,223 0000000000096ab705e2e3a26904cffd07bf3207ed4018698b64e97c6b21f971 0.00 MB 1 0
90,222 90,222 000000000008ce9704bb64fb865a6af92267c273019c6cd2f419b2bca5d7e51c 0.00 MB 1 0
90,221 90,221 00000000000aeee3cb924e31c6e5eb602f167c6c48b35b8ccb1cf646ea285244 0.00 MB 1 0
90,220 90,220 00000000000d092fd2840ce2647249d43b7830cb5c683e0c8d25533d333aa300 0.00 MB 1 0
90,219 90,219 0000000000026a12592241378e13d125ac0d3732ba295071572e521662766c40 0.00 MB 2 0
90,218 90,218 0000000000075ce67930f21cccde01e5417a0797a446dd3a83a78a5f31e0fe4e 0.00 MB 1 0
90,217 90,217 0000000000001014cb7d3ef209661e81092afebfa566dd69ddf791b1fcb5fb3e 0.00 MB 3 0
90,216 90,216 0000000000106f2c8dfe99758921628eb13e5881374a30d6752ec85e12f65a06 0.00 MB 2 0
90,215 90,215 00000000000101727d56fe83b2e6710ffd22381c0022993b2f1a30f30ed9ceb5 0.00 MB 1 0
90,214 90,214 000000000007bdc98c423277129ce56ec6fecd119fe1caed8599189dcb2ada61 0.00 MB 2 0
90,213 90,213 0000000000102b55ca658783b5ca70b96777d53321623ce58110d8e5e0e029c8 0.00 MB 1 0
90,212 90,212 00000000000db62f5bafa8564d0ba043dc4e58681e4b5c4206b6ac83d7aa82d1 0.00 MB 1 0
90,211 90,211 000000000002b580f576d75bbc246faf6494f4994806bac83f89fb6a60df909f 0.00 MB 1 0
90,210 90,210 0000000000009bd04648fdcd1c07a753a2fd161b9bd3d35f96f558ba6bb5f0da 0.00 MB 2 0
90,209 90,209 000000000010bb2b63b9ec31960436a83e6fc5d9c9087ddb13271dbf3b0661b5 0.00 MB 1 0
90,208 90,208 0000000000011297fed5c5ae08c20f091c96823143b20eea016459618707a323 0.00 MB 1 0
90,207 90,207 00000000000131c4c6aebb513f0ef3b07c35ee6ee943bc445af37f3f0c42aa34 0.00 MB 2 0
90,206 90,206 00000000000bd8492d3694f12187b96ba3a3f91d73e2b9563750d69b1a7adf27 0.00 MB 2 0
90,205 90,205 0000000000044ca63d1386e34d899bb9ecb4b0fa0d4c9dab4e06f10364ce8650 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.87 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: 1,984.49 GB sent, 107.06 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.