Memory Pool Memory Pool Refreshing

4,462 transactions
1.29 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,565 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (491,741 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
416,133 416,133 0000000000000000025704f03915081d492957f6bf5c671fa7352c547af21153 0.83 MB 1,276 25
416,132 416,132 000000000000000002453e606f015d65815ae1cf6b983e104d5d5f1b1ac82137 1.00 MB 2,138 71
416,131 416,131 000000000000000003d1123d705f12f270fdb2be8483de48b63870a1d08183ea 0.99 MB 505 7
416,130 416,130 000000000000000003cc27c0f25f372007a74edc3beede41e4c9ad32cd948c08 1.00 MB 608 17
416,129 416,129 0000000000000000054dd4fd02c4a73b080bc049fcf12929026d683be65d6c16 1.00 MB 1,521 31
416,128 416,128 00000000000000000380aa4d1176799d5c4ef93aa062eb0f54975cf6af8078b1 1.00 MB 2,416 56
416,127 416,127 00000000000000000199c4f80329163d00eb98c7c4db5fe2e9fd5323c807c752 1.00 MB 549 19
416,126 416,126 00000000000000000026929126877b8aa2d04c22e0992e9dd3a5139670609f72 1.00 MB 1,568 30
416,125 416,125 000000000000000005214f57d7327048850c2c4948584c8c3226dd0b60e46bb6 1.00 MB 1,202 27
416,124 416,124 0000000000000000000f6e6e157f89fc5592c425e0e5d5655f50f13210183a4f 1.00 MB 1,826 29
416,123 416,123 000000000000000000eb2a606c9fb3e417111d3b8ca4d848d867545fb3a5b2cf 1.00 MB 2,027 39
416,122 416,122 000000000000000000228f90bef501b4589327ce38b44c948e50f3f811329dee 1.00 MB 2,289 53
416,121 416,121 000000000000000002c51e40c286397c37881f18e2469cbb48ca5b623a184c32 1.00 MB 2,824 57
416,120 416,120 0000000000000000016d27684a010dd6d13905a9bd37197a232c32041ae261c8 1.00 MB 3,097 93
416,119 416,119 000000000000000001847438b439d9a080fa2465e73e3d2782fa1a34e9dc7795 1.00 MB 170 6
416,118 416,118 000000000000000000fb5fdef061c321bfa76381fbfae88f2352e80dd71cbb3d 1.00 MB 1,752 38
416,117 416,117 00000000000000000113de39eb62851d288986e554c8c3e41287cd49c42c91bb 1.00 MB 2,284 51
416,116 416,116 000000000000000004fe52f5bbfbb950c90b2ba6a695db18bedfac225da1bfa8 1.00 MB 1,072 23
416,115 416,115 000000000000000002f77428e604cf18099102b3276e7f8ee963bf260fdaa951 1.00 MB 2,149 54
416,114 416,114 0000000000000000006e6b4a639b181294a6918626177c2453c8a438ae4d070c 1.00 MB 1,419 45
416,113 416,113 000000000000000003ba328326e944378ef8146effb777852d747fc8a0c2a5ed 1.00 MB 796 34
Previous 10 blocks ↓
Total Size: 769.31 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,642.76 GB sent, 94.48 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.