Memory Pool Memory Pool Refreshing

1,526 transactions
0.53 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,015 00000000000000000002349e0000000000000000000000000000000000000000 0.53 vMB 1,518 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,014 (750,403 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
157,611 157,611 00000000000002559303c5d0ad564b98d590ec5097f16f31a400396f968d6767 0.00 MB 11 85
157,610 157,610 00000000000004736a1b376c56496f31afa9d01cc9552eaebfb84b52d9a33942 0.02 MB 67 615
157,609 157,609 00000000000006ba253837589b676a2e5cf747daa00bf4a54307e08e183a6d07 0.01 MB 33 209
157,608 157,608 00000000000006afb4af3be492fda3ad92ed44504f42b19a2704e7da695a70f3 0.01 MB 11 94
157,607 157,607 0000000000000d4f1057b2d53d2e924824d2632a29e3024d7a22719c65e0ca3c 0.00 MB 1 0
157,606 157,606 00000000000005514f57bfaa98de66f645cdb5de58e4c9592eb1076c7d009e63 0.01 MB 21 82
157,605 157,605 000000000000059463cb15a7ef805231cebb39ba5c0768118023a6266e558fd4 0.02 MB 64 60
157,604 157,604 00000000000005317f8a15a1b1e2fa4445df7a8edd90c56562801510f6b3976e 0.05 MB 121 67
157,603 157,603 000000000000087ec3dece67bcf82a9589ae5596118f2933800dc52a4d54a63c 0.00 MB 8 193
157,602 157,602 0000000000000ae32eab538f081198cb2aa6cf04be18e07e8963a75ff470d7ba 0.01 MB 19 100
157,601 157,601 0000000000000a93999d433b16c8ce44512533003bfd7fafce94ade253b3c295 0.03 MB 123 59
157,600 157,600 00000000000008fc67fd0e4f16c538c4fb4a06e328d8be2bcea218741bbaeccb 0.00 MB 12 0
157,599 157,599 000000000000038eef738557bf0becdecd52406c02e9b606a76bab04e7851b3a 0.00 MB 3 290
157,598 157,598 00000000000007a000b20cffb91a3aea4d4baa489745a1c672f248e722d3678b 0.02 MB 52 160
157,597 157,597 0000000000000e07d5356661d1ae0f9c5ea2a0091894d6727d8ae00d7175da00 0.05 MB 152 34
157,596 157,596 00000000000002c31e6cb411f9a142c2d47c7fd498230cacfc96d921cbbde363 0.02 MB 27 559
157,595 157,595 000000000000077c5331d3e679f4db117d85c9538f1442cf65f654635c79c237 0.01 MB 28 169
157,594 157,594 000000000000052c309b1c3f9fda740bcde895fe40acf481065d754be24ea8a9 0.00 MB 1 0
157,593 157,593 0000000000000986463e08e64ba2968f7f11b2a26ab6b0a043744a60f9d23a60 0.01 MB 25 304
157,592 157,592 0000000000000a234682766b3dea1e2015948356e0416d56be4e171953c7c8b9 0.01 MB 41 38
157,591 157,591 00000000000005693a7831fcdf5bab947b22c85a030d80c06664b1f0a453b924 0.00 MB 13 40
Previous 10 blocks ↓
Total Size: 769.57 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,649.86 GB sent, 95.79 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.