Memory Pool Memory Pool Refreshing

9,281 transactions
2.77 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
907,715 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,390 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (777,169 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
130,545 130,545 0000000000000b926896207dff9fbf9bf159ac6f88f343585eeeea1fa0da5601 0.00 MB 6 863
130,544 130,544 0000000000001ba014c358945df26d87fdc59f2813b54d465fb7cf7632c09a3a 0.02 MB 27 838
130,543 130,543 000000000000096797b2ad5baca687e8626c70c6a41370a92e96ec433fab194d 0.02 MB 37 1,174
130,542 130,542 0000000000000926d5469d2f1204550d2d8300b912ddc1dce4152cd6df9ecf19 0.00 MB 15 871
130,541 130,541 0000000000000462e6e48f30b02852f84335826b762a78e7400f0e5929f7dd1b 0.04 MB 126 285
130,540 130,540 00000000000007fea44bb51ea2d4e0fbf45d2c073649321a9978217c7013044a 0.01 MB 38 285
130,539 130,539 00000000000017f7840e6303f9ec59c78882b9ae53563faa7b29fbe8be843ceb 0.05 MB 77 967
130,538 130,538 000000000000005d0da2397ef9e38affc96b2f941b14a87d0b9f723ccd010413 0.00 MB 9 1,052
130,537 130,537 0000000000000addb823448c9991fb07033b5b95d542278844b7568eeaf890c9 0.03 MB 56 859
130,536 130,536 0000000000000a0c33fb435dc5ca98c4fdd4c65a3f9f7ca62e7c22dc65043cb8 0.00 MB 11 324
130,535 130,535 0000000000001b74d68262739f465c4f04274354003d04fe0f281459c9be5b0d 0.01 MB 23 695
130,534 130,534 0000000000000d47951f10299b7593046b78b6804fa9a6dfe04fc96e8f5bd2df 0.01 MB 17 1,408
130,533 130,533 0000000000000fc047431dd2adece1a7dff86e1e3d4c9114ca108f75587bb4a5 0.02 MB 39 501
130,532 130,532 00000000000008e2e541aec37e47b7a1a637ff13423022684c8ca6b832529378 0.05 MB 134 1,909
130,531 130,531 0000000000000ac2d634b77c822f595a5d01593642198166c21134bb9f9af133 0.01 MB 12 597
130,530 130,530 00000000000001dfdb26f6d47300b58c15c9e71066bf6ebf0e226bcf878132d1 0.00 MB 17 1,306
130,529 130,529 0000000000001c69e604fd0e35fc9627fa2131a77c721c70a7356ab2e6d37a49 0.02 MB 87 173
130,528 130,528 00000000000017cc51d965cdbd8dc93daee7f679204475e7ca8c517624dc801f 0.01 MB 27 1,204
130,527 130,527 00000000000013078b8049d13563560a0358047147fcbe34a1cc1b76173005e3 0.00 MB 1 0
130,526 130,526 00000000000004d1ed538723ac65312ce168551e7ac8385820a27c930cc2e597 0.01 MB 21 1,362
130,525 130,525 0000000000001383ff35e6d0722f1dd6b63af9ade62c2930d3411baf1dae6704 0.02 MB 31 263
Previous 10 blocks ↓
Total Size: 769.01 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,621.08 GB sent, 92.89 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.