Memory Pool Memory Pool Refreshing

4,023 transactions
1.92 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,737 (572,323 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
335,414 335,414 000000000000000005c60c504e109684bb0886ab95520ad6a5af0d384f587a6a 1.00 MB 991 15
335,413 335,413 00000000000000000aaa1c539c43edd91c7323de07dcd1db8e5b3a9cb8c5a343 0.75 MB 2,284 40
335,412 335,412 000000000000000002ae6001a801e23e9a8607cbe1d1e16f79891b045bd280d3 0.31 MB 522 21
335,411 335,411 00000000000000000b938856991bac5141b63f52231204168df38d34a56e1eda 0.00 MB 1 0
335,410 335,410 000000000000000016b9e7d0aa41732fde5b5d14ad04ec48e5a1cca453751716 0.02 MB 64 56
335,409 335,409 00000000000000001304e75f63ca9ed89b706ccd189652bffd84169e57831e66 0.06 MB 78 14
335,408 335,408 0000000000000000060d863e5cd90790d526c7f618dcd19fbffd0c1976773354 0.13 MB 244 17
335,407 335,407 000000000000000016e4a9816ef34d97045019b013829deee860f07f57adeb81 0.75 MB 1,212 24
335,406 335,406 00000000000000000d4bcf5c4ae582a0c70ebeacf7cfaf22f53f050cb55c4e2b 0.40 MB 673 25
335,405 335,405 000000000000000007c203e1e33a0a9cb423b4f05e7af4d6a5cc1fae6ebcc91d 0.19 MB 353 22
335,404 335,404 000000000000000000f3606a79f9f634671a69e57f209e3453a37766f0059ee7 0.63 MB 975 26
335,403 335,403 0000000000000000019da66712f3059f70f1160e2c306528abf1b84344bba854 0.08 MB 104 9
335,402 335,402 0000000000000000193bbba34dc5d5296ff5a6abbf2119d3f034d7ccc69cbe38 0.10 MB 117 12
335,401 335,401 000000000000000006138c3f0f8b5aa7455bd9983b719aae05fe4397c3e600b2 0.68 MB 1,339 25
335,400 335,400 00000000000000001b2060125722a35ae2652e6c4633ead9a1a479951b65d401 0.38 MB 650 23
335,399 335,399 00000000000000001ad39933626555a1160828ffef166e68c75d51bd863b1698 0.19 MB 359 29
335,398 335,398 00000000000000001432f6baeb47119c9ce4a9195574938badc4eb0d71174ef9 0.27 MB 437 23
335,397 335,397 00000000000000000a8dc96263b0532076c1bb2ba85e09ae34eb90edb344ecdf 0.02 MB 64 43
335,396 335,396 00000000000000000e04ee7e93038514c03d58a1d66cf4337e90e81e0fe3601f 0.23 MB 411 27
335,395 335,395 00000000000000000b707f256c2082bf82859ca11f7d62f67dcb5ba8afb09d15 0.10 MB 133 15
335,394 335,394 0000000000000000121dad79436d4ac3abf928b1cb677617cd43106446d4947f 0.27 MB 385 25
Previous 10 blocks ↓
Total Size: 769.05 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,627.60 GB sent, 93.14 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.