Memory Pool Memory Pool Refreshing

7,063 transactions
2.17 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,697 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,630 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,696 (671,810 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
235,886 235,886 00000000000000cbab61628bed83776d121767bee921b11e146a41a08c9c6e52 0.25 MB 661 200
235,885 235,885 0000000000000178bfd0df3117a505fa692f2ffc5da1ab5c04b6bc90db10dfeb 0.15 MB 284 173
235,884 235,884 0000000000000076cccd6bacb1b365d23e94bea3de46887cf4b4c0a7ff50f2a6 0.25 MB 608 183
235,883 235,883 000000000000009066d41a80e2bd84868d1847c7fc8fe8426af974d64351228f 0.27 MB 596 168
235,882 235,882 0000000000000000db94ac06a300841c0df5eec0b64f1a05c18f79eb5618fb4a 0.14 MB 200 87
235,881 235,881 000000000000013133f6bcade35dd2a0a87ce9f4fec4c9b44beecfc254eb6ae4 0.29 MB 346 115
235,880 235,880 00000000000000ff6d89595635c75b20063dc5e2683dc68aec0b2d0f22ab31d4 0.25 MB 732 244
235,879 235,879 000000000000006f3199c1f05b27976087cac57fa9ba779740e3d36ebf5b4700 0.25 MB 770 233
235,878 235,878 00000000000000aa7e770c45d804d70de15cae88e93a094de848ed0f08215ab9 0.18 MB 446 208
235,877 235,877 0000000000000028fa2949c526d4e46d8d0c76fc37926fb39058c0505b2f530d 0.11 MB 204 170
235,876 235,876 000000000000017edf5c3d053d84b912508b4e1458613d4a9fdc1d0012885f25 0.21 MB 469 200
235,875 235,875 000000000000009986245282ca213e180f86d82366f3e25dd5e8513b3281820b 0.22 MB 573 215
235,874 235,874 0000000000000166091fa4bf711f1a971daf933d8407672365e9dad1957e0198 0.15 MB 313 162
235,873 235,873 00000000000000c2125318dc2ef161bf3dc0cc60b3389fda9e053e2489de32bf 0.15 MB 343 195
235,872 235,872 000000000000010b6e3e43c6189856f3c21059301fdffaa704336db3c981a035 0.19 MB 315 119
235,871 235,871 00000000000001326f2f970753122e35bfdf3358d046ddf5ea22e57f5d82b00d 0.25 MB 670 233
235,870 235,870 0000000000000035c0699c10d4d562376e09566d9d2aff68d17a45bf3ff34e4a 0.42 MB 820 153
235,869 235,869 00000000000001184b90fc4b1891473a5735b6c7921b8697f01a44cda66c66e7 0.00 MB 4 0
235,868 235,868 000000000000018fe711721981efaf6e61ac2d1503be603d57cdd619306c5909 0.15 MB 464 250
235,867 235,867 000000000000018e73951cbca97162d9f685c10e68ffc99ca7451d15a4999923 0.19 MB 238 13
235,866 235,866 000000000000012a3d47ccc0cd9e24fdaa48bc41f6443261cdd76be07dfe54ee 0.15 MB 83 46
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,615.99 GB sent, 92.70 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.