Memory Pool Memory Pool Refreshing

7,400 transactions
2.52 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
3 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,846 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,847 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,845 (581,971 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
325,874 325,874 0000000000000000022378e60cf63ee2616902238fcbd3ca6f56f95e33f8a21c 0.99 MB 1,443 21
325,873 325,873 00000000000000000af575161657a85c50466b9b57c7f1835ea0a15f3fdb1007 0.06 MB 128 60
325,872 325,872 000000000000000009e11bf0367459e9fac11aa4902bdf01326c3e5c5c698b64 0.12 MB 161 22
325,871 325,871 00000000000000001c55faedf435b47955f37e0c54c020071613668e9260293c 0.28 MB 502 25
325,870 325,870 000000000000000007e75320ee13e22f0818b9901dc76a403f7e540eb375759d 0.10 MB 54 2
325,869 325,869 00000000000000001b3b5e68b2b9d8e6c1c1392e81ca0e0a140da5f1f4af0e18 0.15 MB 249 24
325,868 325,868 000000000000000006caa2e651694ef0c17a7bf2128336f208e3623b62d7422f 0.04 MB 73 28
325,867 325,867 00000000000000001736f807a503e5eabd997f1215824d55879315744b98d8f0 0.12 MB 267 29
325,866 325,866 00000000000000001855bb3ab20f042b5a6dab97f16fb23eba31aebb006e68c6 0.37 MB 696 30
325,865 325,865 00000000000000000f834b503e1e8c2f730a7daf7f32bdf23cc92952210bc58c 0.03 MB 70 39
325,864 325,864 00000000000000000905cfe9fcf934c9c43ce4a89f660b6881bb57cefde00a07 0.50 MB 730 24
325,863 325,863 00000000000000000cd78e62b92ef5be69ecda8d8b250467e523903a160a8f27 0.35 MB 975 38
325,862 325,862 00000000000000000f93a298d5a9edd3487ce511b210d55392a5c47b3434142d 0.01 MB 7 19
325,861 325,861 000000000000000004eb50502ca1366a7102d771219b82bb3f536667c9833ce9 0.00 MB 3 33
325,860 325,860 000000000000000011c511ab667458cbc11a9f546432d7f674ebe8a19537bc06 0.05 MB 49 6
325,859 325,859 0000000000000000017f2984b0f4cdd390f247c7f07270a1fdac2cf5902d1878 0.25 MB 343 23
325,858 325,858 0000000000000000068f1d1ca759a57ffc55e96cd2f5122c544cb700c3ee2c71 0.62 MB 719 20
325,857 325,857 00000000000000000cb9d8a3fae3de3b84ef088b5497e422afdb8df6b19a0cfb 0.02 MB 64 87
325,856 325,856 000000000000000003dab7cf8b78afa209ecd4865391449df76dd099a77da48b 0.25 MB 474 24
325,855 325,855 00000000000000000e9916fa71a091144c79b39163be0d812092a83d81f87ec8 0.41 MB 561 25
325,854 325,854 00000000000000000cc644d16c17efc1f85430452f0132a4ec5ee933dd417088 0.29 MB 246 12
Previous 10 blocks ↓
Total Size: 769.25 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.18 GB sent, 94.19 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.