Memory Pool Memory Pool Refreshing

4,570 transactions
1.70 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
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,041 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (146,716 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
761,134 761,134 00000000000000000005c697b752fa51389838128ea15bed20c61c32bf7cbb1f 0.73 MB 983 10
761,133 761,133 000000000000000000072fa1f219d4414fe797484b1fd6741e4b6a0382a2238e 0.42 MB 431 8
761,132 761,132 00000000000000000001a670bb2de7c22ad0af2e2f1f027f95b25a8305eeef40 0.67 MB 591 2
761,131 761,131 00000000000000000000f8feaa9abb2bfdbb342f812ff9864d6a3dd154296b50 1.60 MB 2,210 10
761,130 761,130 00000000000000000006281c5735ab5d70aba3fb54fa1377bef94552862523de 1.37 MB 1,068 16
761,129 761,129 0000000000000000000319a744302cf9236c9f20b97dceee1c07245e5a0152c8 1.24 MB 1,677 20
761,128 761,128 00000000000000000005338dcf41d68b881106f318ac89112e357351c19b3593 1.49 MB 2,648 11
761,127 761,127 00000000000000000003d212fb726c8efad9bf2a08b21f8e5ec9afa656561d72 0.68 MB 962 11
761,126 761,126 00000000000000000005c80a43ba01a44ed60e1e595062a61c954a1cbdc9b751 1.24 MB 1,970 9
761,125 761,125 00000000000000000002f2101a263f104d26cecd35177f4ec6e15a2da2e94a0a 1.66 MB 2,440 8
761,124 761,124 00000000000000000005610ece8f41393a34ea14750ac2c0faeb65d3493200b6 1.47 MB 2,570 22
761,123 761,123 000000000000000000046e08357489c8d1bc624c5f8a8617519e6d24cd5675ed 0.06 MB 120 10
761,122 761,122 00000000000000000004edfc8c1eeeadbd4834b8d9a0aa5ed9902c2e9a0e4fba 0.90 MB 1,384 9
761,121 761,121 00000000000000000002a9bd0afa9027c4886925ae393771ae0b95432d9f86a8 1.46 MB 2,371 11
761,120 761,120 000000000000000000020db801a914455ee2d46eb263872b2c4e4aae86efd9c3 1.51 MB 2,922 13
761,119 761,119 000000000000000000025d6f4037676bbcd2d868ab9ea35055725504ced00cee 1.58 MB 2,237 10
761,118 761,118 0000000000000000000139ccb4af72646c8d4597d2773902622679999a54a0d2 1.49 MB 2,986 13
761,117 761,117 000000000000000000014330588781fce115c98c4495dcd039158bd115e69ead 1.35 MB 2,368 12
761,116 761,116 00000000000000000005f492a63c7af7aaaacb7753d49afa066036446b2a4871 1.17 MB 1,282 3
761,115 761,115 00000000000000000000703217a00c64d746d4504db2cce59a3387802f419f3a 1.64 MB 2,421 8
761,114 761,114 000000000000000000016ea584f17da975211209dc21177d49c4839c0f128941 1.60 MB 2,927 9
Previous 10 blocks ↓
Total Size: 769.26 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.27 GB sent, 94.23 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.