Memory Pool Memory Pool Refreshing

8,783 transactions
2.83 vMB
Show Random Selection Loading Transactions
Max Size: 16/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
908,552 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,166 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,551 (902,373 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
6,178 6,178 00000000d1a7a18d5427da8d5c9c0f407954bb0d57caa046a62f770a155bea64 0.00 MB 1 0
6,177 6,177 00000000ef9d1e0a109a086bc200241955bcb53c00eb15c8987d147f7cf4daae 0.00 MB 1 0
6,176 6,176 00000000004eda0d6c9fd39ad61fa535efb4bb1a33f656185536c256c31a3d8d 0.00 MB 1 0
6,175 6,175 00000000aad507218b583f4962b53ee1fcd9e7a0f10e736cf7f07c8342b90507 0.00 MB 1 0
6,174 6,174 00000000954bf1ee6550097e46165b37ec2f93c4e49c1b8446e3c2e94139a3ab 0.00 MB 1 0
6,173 6,173 00000000b157251c1d86aff6db0b460595b98ed577fd4765f2e918977cf09644 0.00 MB 1 0
6,172 6,172 00000000076000759d847424be8a8028ce532ee34850b06ab00495ddd39b40a1 0.00 MB 1 0
6,171 6,171 00000000a13aa7ed9fd62a5c4597457a12c2ebabb403a148f87695a2fbbf5eb1 0.00 MB 1 0
6,170 6,170 00000000394cc54dee47569153413f1ccba4524d37746de5a74a1d2da3fadc32 0.00 MB 1 0
6,169 6,169 00000000207f82482acd5234af357c2646a304c5fef2e41473d051cc89438cec 0.00 MB 1 0
6,168 6,168 000000007dfa532e04282f23e6a275e9b43139ed93102023e87729ce753aaa85 0.00 MB 1 0
6,167 6,167 0000000046aa0f0f8aa64b8573f550c7a5093d53545b19ab65c79bb7b232b400 0.00 MB 1 0
6,166 6,166 000000000f1e4726f266da7a438c62bdf73212869981f18a96c5e8c552e2fb9f 0.00 MB 1 0
6,165 6,165 000000009c8a2d74b55b8c0f70ec24c37ec1e939f5da8d04e8bd4fedbff1fa3a 0.00 MB 1 0
6,164 6,164 0000000083284da1de8c05ec05b7a88ac4da5331ca6ea1f08edf24dd7711348c 0.00 MB 1 0
6,163 6,163 000000005aee915af4e32659f261f28496ea1b3a9c76fd8d2645e9f29129bf4b 0.00 MB 1 0
6,162 6,162 000000007acfe286492f476652d33298f4989d7f52b01c8cdd5c5c5585f15167 0.00 MB 1 0
6,161 6,161 00000000ad574610042954c95b3a5434af0dc728385180d44998a97b224825df 0.00 MB 1 0
6,160 6,160 0000000068975438bbac81a6b529250759fcb7a5be799b6e90058590b45422b4 0.00 MB 1 0
6,159 6,159 00000000d2da033fe3ebe3a8bb696f8b3bd08beb97b514507af1152ccbc45cd6 0.00 MB 1 0
6,158 6,158 00000000429a5c03424de0a0d38c1137d5375022192d3d005c8d177d34b19aa7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.71 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,844.98 GB sent, 100.59 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.