Memory Pool Memory Pool Refreshing

5,306 transactions
1.77 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,856 (323,326 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
584,530 584,530 0000000000000000002016115572e365df2071644736e7a023e3ef5058a85373 1.03 MB 837 11
584,529 584,529 000000000000000000158b860c05875ad0d6e0637acece3cbdb7145c74a6922c 1.22 MB 2,533 38
584,528 584,528 0000000000000000000d31be97cd2b0f04091be8162088bdf7efcd0b01553f1a 1.11 MB 2,160 20
584,527 584,527 00000000000000000017c7a1633ff25023bdc2d1fd8e858998526960bbff3a3f 1.33 MB 2,907 77
584,526 584,526 0000000000000000001afaca7f92288f0105c746dafa9e744735964122ddbb0e 1.18 MB 1,938 29
584,525 584,525 0000000000000000001f42d21e673b52c6f9adff0b468939e961f5db093d614f 1.23 MB 2,304 45
584,524 584,524 0000000000000000000192c9429ece701d0f69869192cf4ece6c0ab8a514fd87 1.17 MB 2,633 28
584,523 584,523 0000000000000000000a7d97328d649a4324ae230bbc29222ed0d2d80a1ffa53 1.12 MB 2,904 38
584,522 584,522 000000000000000000161c379ea782faf17b36b0b87948411b511e2cfc3324ec 1.49 MB 2,979 56
584,521 584,521 00000000000000000005a32c9b79ec02975d5445fd27db2532418c0ed2f280fa 1.33 MB 2,506 58
584,520 584,520 00000000000000000021b6e4cd9a6a63db08a95d7c9ac7804980913e90b70759 1.30 MB 2,815 95
584,519 584,519 000000000000000000095681d6d8118c5122407e06ff313d62d7aca34bb899fe 1.36 MB 2,865 79
584,518 584,518 0000000000000000000d12e7d0688759195a25f0620ed3b150a257a3787b4462 1.22 MB 2,241 30
584,517 584,517 0000000000000000000a3542e459350362a89de00f79c9b494038a541bb4482b 1.34 MB 1,903 26
584,516 584,516 0000000000000000001f1c3b73f444effd279acf0d50ab375f5beb1e2ed59d1e 1.06 MB 1,056 29
584,515 584,515 000000000000000000149ed91c511566e2584d350da4cd242c899996af961d23 1.07 MB 2,201 26
584,514 584,514 0000000000000000001ea205105de0a73a7d94f0595b25e8701ad9402d1092d8 1.18 MB 2,113 30
584,513 584,513 00000000000000000016603b8caf8820b06d8e050a45e55901fbf7ca59fe8c77 1.24 MB 2,852 39
584,512 584,512 0000000000000000001bf80053da531ad083a3dbe532f04877d6cba0cb09de25 0.00 MB 1 0
584,511 584,511 00000000000000000019f1dfae6ac323fb17447a659ced17739f11eeaa7e1551 1.13 MB 1,541 53
584,510 584,510 0000000000000000000c9d7d3d03bf39529e0d5d93bed43782812b2e775d053b 1.18 MB 1,333 41
Previous 10 blocks ↓
Total Size: 769.27 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,635.41 GB sent, 94.28 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.