Memory Pool Memory Pool Refreshing

59,316 transactions
22.37 vMB
Show Random Selection Loading Transactions
Max Size: 144/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,928 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 2,988 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,927 (29,039 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
841,888 841,888 00000000000000000000aa98ff93de3c603c4877f446d672af0bdd359542b5f1 1.51 MB 3,912 50
841,887 841,887 00000000000000000000dccfc67cede79a50581f287c21e7bcc077eb0b679794 1.61 MB 2,532 42
841,886 841,886 00000000000000000001eb0839e2428c3d98c1bb3277fe9cd484e1e6b7232db2 3.99 MB 4 1
841,885 841,885 000000000000000000028c8751df2eaaacb20e9cb7328c37661596c32decc294 1.75 MB 3,281 15
841,884 841,884 0000000000000000000253022c2b14d7efd9fb4f55c59a6b584f3f24f85528cd 1.76 MB 1,979 18
841,883 841,883 000000000000000000015a1e6f7c376c54b10fa723701901d2ae791ef59fcf0a 1.63 MB 3,694 18
841,882 841,882 00000000000000000002f2266fc043bd992013a7ca416316f46177ec6c3a8d5f 2.21 MB 2,795 20
841,881 841,881 000000000000000000013183320535e1ff2f96daa4ea4ef28a18e7d063bef070 3.14 MB 1,546 19
841,880 841,880 00000000000000000001072eb2c95d20029a87922fbfb1803698d7d32b30f8f4 2.66 MB 1,827 14
841,879 841,879 0000000000000000000113d039160370d9876fdd8a4eb06f4aba9aacdd84bc5b 1.44 MB 2,364 20
841,878 841,878 00000000000000000000526a2bcede99b0f5569d451a71e3a693ffb6e9424693 1.56 MB 3,415 36
841,877 841,877 0000000000000000000294a611958330face16f149650b796fb707b1a6ad9134 1.96 MB 2,698 23
841,876 841,876 00000000000000000002a7477215cd07a28e094cac77252ecd726106d0e3caa8 1.61 MB 3,278 24
841,875 841,875 000000000000000000009ea876d63171b3d0510ea1b3d07c2a96cf33cbc16d51 1.85 MB 2,940 21
841,874 841,874 00000000000000000001cbec49af3d4921570cd09097a932f15cbf4ad32a9cea 1.64 MB 3,093 51
841,873 841,873 00000000000000000000e6eecf0ecd283943c8a16e64c21cebac6ba7332ff43f 0.00 MB 1 0
841,872 841,872 000000000000000000032699e2a12ca0ab102697efecc15f792e5175a2d8575c 1.74 MB 2,866 18
841,871 841,871 000000000000000000031c5c0adecdd0b9477b9f6a589dd780bd9f45b225c05a 1.43 MB 2,727 26
841,870 841,870 00000000000000000001a9fae311f9a802339207bc21a4326ee1b25d9f7358f7 1.41 MB 2,552 22
841,869 841,869 00000000000000000001dff3e89f76beaef79f9378d2762feb4dc2708d7ff524 1.62 MB 2,834 31
841,868 841,868 00000000000000000001f749210aa32af37df2baee68bdc97cd4269d30f8b6e9 1.54 MB 2,633 19
Previous 10 blocks ↓
Total Size: 701.21 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,402.39 GB sent, 218.69 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.