Memory Pool Memory Pool Refreshing

7,654 transactions
2.61 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,683 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (225,380 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
682,317 682,317 00000000000000000004b94b3a798db363355e2adb388a2ff8e6b85f352aa9c5 1.30 MB 1,248 34
682,316 682,316 00000000000000000007129f548c3d3822879344acff3c5a6cd8f4bfa1950763 1.06 MB 607 11
682,315 682,315 00000000000000000000d617437248f424866ebf505c68cd8009ed1d2908814b 1.29 MB 1,999 45
682,314 682,314 00000000000000000009beb6a0a79359979b9f9c28958fe55af7c226b991b884 1.35 MB 2,440 57
682,313 682,313 0000000000000000000b162d4da2d0d9a4c546ec59a0c0af00e7c57a80029127 1.41 MB 1,861 72
682,312 682,312 0000000000000000000615b98200fbfe23ddbfce8b7fdde386f87d9c264ea713 1.37 MB 2,860 110
682,311 682,311 00000000000000000009919914b407fd2a181374a09437f5240e38780fbcd00c 1.09 MB 582 14
682,310 682,310 00000000000000000006cc05a8b7e927b1a3ed0b783e48af3dd9f1e2aa4e52b7 1.56 MB 453 4
682,309 682,309 00000000000000000006b03271d28dfe5e7688fee60ab2500ba035a5ac9e0c68 1.19 MB 1,409 22
682,308 682,308 00000000000000000008f1f5998e5ba3201f04544183d3b18a4726571c55ba4c 1.38 MB 1,768 21
682,307 682,307 0000000000000000000b197152c150b752590a5dc7f3b5c92fdaa3a051d4ab49 1.24 MB 1,909 84
682,306 682,306 00000000000000000001e39a975146131d05dd0a7c188827aa48f2db9c6b49b2 1.36 MB 2,832 117
682,305 682,305 0000000000000000000d10c2e807bb46747cb4002a97a5c66acd4bad8c2abeb1 1.09 MB 740 93
682,304 682,304 00000000000000000006b3674424db6cd9619316cad9d5c9c8f4fa79d5b2092b 1.55 MB 983 15
682,303 682,303 0000000000000000000a4bdb23115582064f3c638ed7fc47eee6cde6653382b6 1.75 MB 1,142 28
682,302 682,302 0000000000000000000c58379de6de02adf4b1a66309636df10dc75439f8f310 1.59 MB 778 15
682,301 682,301 000000000000000000055d6e5f51b35b013eff0aefc8211be5002b7054614642 1.65 MB 509 4
682,300 682,300 0000000000000000000c1631663f13015c474c95d16863dcd61c9b86289e8534 1.47 MB 1,178 33
682,299 682,299 00000000000000000000ad89243aca8d9441650aa59ec30e1bd801e9e86e65aa 1.51 MB 1,717 43
682,298 682,298 00000000000000000008686f7f706f336f150fd7a74b419bf77cd50f71d2a2a4 1.38 MB 1,379 14
682,297 682,297 00000000000000000003deb3a188cbd0ff985b30c8fea862c5d107d24eb04bfa 1.40 MB 1,533 12
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.