Memory Pool Memory Pool Refreshing

10,355 transactions
4.69 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,358 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (599,236 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
308,489 308,489 00000000000000000c0c9ece1fb4d57f17a794493992d86ebad5eacc42dff8fd 0.08 MB 69 17
308,488 308,488 000000000000000000bc8efe03ad71e7509f70862e6f6574dbeb0895e79e1107 0.24 MB 313 23
308,487 308,487 0000000000000000045b656853c2cf92c9b78626157696d7050f271a56c314b1 0.12 MB 169 17
308,486 308,486 000000000000000034ce2bbbb201e25960470ac9c9751025d67879bc94429124 0.34 MB 181 14
308,485 308,485 00000000000000003780f518a811bbc0be8b42c0a7a0a430953ec6bdc9e6783f 0.50 MB 405 19
308,484 308,484 000000000000000025f1e44c1c5db6c094cedb21b8b2b5fc5e562cd6f2ccb3a0 0.24 MB 221 17
308,483 308,483 00000000000000002cf2938823644c693663d90b5d14722cc488b5dbe2a453c8 0.47 MB 243 14
308,482 308,482 000000000000000020e1d37f7afb039ea2671e3d4e3f4a0707f918997628c885 0.50 MB 407 20
308,481 308,481 0000000000000000362ef67b961aa8ce0fff71437a1a349298e965570c3b4d2d 0.28 MB 256 17
308,480 308,480 00000000000000003f7c09eb2dcfe594a78c900f2471a04d44a6f55ce92ca8c5 0.48 MB 431 17
308,479 308,479 00000000000000002129aa52f209995a2f15b4a003a4123de285923cdb11b2b1 0.65 MB 870 23
308,478 308,478 00000000000000001aaa85a049c21f92337b78148ec45dcdf463841023945f68 0.25 MB 757 42
308,477 308,477 000000000000000027863537f9add810742186a8c6cd19f731263325d63a9fb3 0.27 MB 488 30
308,476 308,476 00000000000000003ebb1d77027d7b18bc9fb033f29aa552d6cf7ee0a8cf692b 0.28 MB 141 10
308,475 308,475 00000000000000000eef6ea3ee2d6bb263605f916df16fb4b36a1518df593428 0.92 MB 1,898 32
308,474 308,474 00000000000000000a5e532fbb63ddde908cbebe33c6b322b24190372fa4f7bc 0.69 MB 577 17
308,473 308,473 0000000000000000289243700d547067e909f74d40043da2d7c49f350b3d56f9 0.88 MB 1,365 26
308,472 308,472 000000000000000009eb41b24db2031490de96ad49d59d063a1b26ad818ac461 0.16 MB 215 48
308,471 308,471 0000000000000000050942e97b9660a2a8bda665829c0e186298286739ec1a76 0.27 MB 453 24
308,470 308,470 00000000000000003b508b901e7bf54fb23c2c6ce450e095fcf11607280f8b07 0.57 MB 355 25
308,469 308,469 000000000000000011b76bb09b923fe3a44d0ddf3835b5a805b87a796fc7401c 0.16 MB 309 28
Previous 10 blocks ↓
Total Size: 769.03 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,625.73 GB sent, 93.04 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.