Memory Pool Memory Pool Refreshing

763 transactions
0.27 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 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
901,416 000000000000000000023a040000000000000000000000000000000000000000 0.26 vMB 749 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,415 (419,836 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
481,579 481,579 000000000000000000d925f16225adbf5dcf0c81a196e3f17f171e860798b93c 1.00 MB 1,797 226
481,578 481,578 000000000000000000f7d7a388b6aea116da38cd6845e5de101d9929a6b55aa5 1.00 MB 2,218 315
481,577 481,577 0000000000000000000ee6b5240292ae12412d0fc0fbbda7f5df8c7e25246fb9 1.00 MB 1,647 313
481,576 481,576 000000000000000000df9bc386206dd51bab33b5e72b01bb9a59f54827612e1c 1.00 MB 2,256 299
481,575 481,575 00000000000000000047cdd031c083d07c6b0c180334cdc23baa0dd0641aa1f2 1.00 MB 1,986 279
481,574 481,574 00000000000000000019740cc751aefbf32295d0ea1a7a5d502b48f79ffbd044 1.00 MB 2,178 331
481,573 481,573 00000000000000000045a233596e8fa1907765b8238aa5bd6c0fc08cd958730d 0.99 MB 2,206 338
481,572 481,572 000000000000000000f09313e1060123aa45c3c8cd642721a7ec3ca1d7dad882 1.00 MB 2,292 408
481,571 481,571 000000000000000000cd6fdbc39adbd4486d3b36f4588f64532c54c33cf946e2 1.00 MB 1,951 309
481,570 481,570 000000000000000000ba3229658a3265f449f3a6ab202db984d529bde4eae85e 1.00 MB 2,170 340
481,569 481,569 00000000000000000011a10a75a8ea06cfaf1ce7f993e60c88ce225e2ddee831 0.99 MB 2,366 386
481,568 481,568 000000000000000000218ebcfd35c28eafdd0eb2aab4da8b8b8d34fde99c1a88 1.00 MB 2,233 186
481,567 481,567 0000000000000000008fd8c7ec772566f7d685a520ebe18508528922414e568d 1.00 MB 2,406 252
481,566 481,566 000000000000000000e10d130cc3717ced4fb502e85affa224df951452b676d6 1.00 MB 2,381 325
481,565 481,565 000000000000000000ce2bf411dd717a410d3c3ac38983f58268efd00f329b16 1.00 MB 2,442 320
481,564 481,564 000000000000000000f630e5064fa3a419ffd8be5410ec708c4631d5bf78aa3c 1.00 MB 2,052 278
481,563 481,563 00000000000000000086ad3b6c37fba57443883031380effad48d655699bc563 1.00 MB 2,674 220
481,562 481,562 000000000000000000bfe32018f94b3b7ff68049f1108becc55a5bde364bd45c 0.00 MB 1 0
481,561 481,561 000000000000000000a828294b465b9136d37734932859707ae74308b320a6ca 1.00 MB 2,316 358
481,560 481,560 0000000000000000006092c2ee74226b161195794c5592fa0e2ea5c86c7c99e9 1.00 MB 1,904 216
481,559 481,559 00000000000000000088194f8f6df442238c85727405968b6c4f8940e2aeb031 1.00 MB 2,265 269
Previous 10 blocks ↓
Total Size: 758.21 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: 719.56 GB sent, 37.87 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.