Memory Pool Memory Pool Refreshing

10,278 transactions
4.25 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,722 (783,854 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
123,868 123,868 00000000000065f4aba0c09cc9a387f470d5bbe8316f436e4e3724d6a802d5b2 0.01 MB 26 162
123,867 123,867 0000000000003a152fa9e40574e58865daa6875e1097133b613148f8d179d89d 0.00 MB 3 1,783
123,866 123,866 00000000000027244f88e091a03c6bb6a24b22ebdbdf7353b4a280b00a2aa9e7 0.00 MB 8 674
123,865 123,865 0000000000005d741a999408269df91c8c47dea8e46c11751587d7c399492160 0.01 MB 12 385
123,864 123,864 0000000000001254b8c7df21bc66cf148411772ec986be92575dc0b03f047fe8 0.00 MB 1 0
123,863 123,863 00000000000002ef850871004a0d3bd677129b9f5280389b1ba29e8caa3e4a96 0.02 MB 17 1
123,862 123,862 0000000000000dc0497039eaa5439f558a5aa2fede86e5a053904d209efc0fa1 0.02 MB 37 621
123,861 123,861 00000000000012546d911728b6e6ee9dd7018063e631b30b3bac7fdc66d78656 0.00 MB 2 0
123,860 123,860 00000000000010e394621557b0e69e3de56a39c6138b9aeff73e9c8b94a2e8c1 0.00 MB 15 473
123,859 123,859 0000000000005422f8d64c1eaf4229f83023e0386cc9a958c033ca3d034853c4 0.00 MB 7 699
123,858 123,858 0000000000005c94563fc792cc1ad50d307d9a628576c8279e697dc732a327ef 0.00 MB 15 234
123,857 123,857 0000000000005b8b09ccc16ea8339c58cc50bb80fb41fef8cc5933916959cd3b 0.00 MB 9 782
123,856 123,856 0000000000002a6ad4b4a826b41e9358a43e1f11605df99ec9dc103f37fc4f5b 0.00 MB 6 579
123,855 123,855 0000000000003e7b5c87776620d8307904557d1137495d96fd0181d5236c308f 0.01 MB 26 616
123,854 123,854 0000000000004997d01a2b7d60fa8697610f35366982980427f161761b7376e9 0.00 MB 8 903
123,853 123,853 000000000000050dd4771a86aa922c039111458c55d63a7b06fca8a79c47b42c 0.00 MB 8 308
123,852 123,852 0000000000003860a9a7c9da232712179eaeed0b2444c930b36ee9e746622d6a 0.01 MB 24 536
123,851 123,851 0000000000000dad1ec2d2ce536600a0d94a6ca19c5765153792ae2bf57d2733 0.01 MB 32 2,564
123,850 123,850 00000000000061fa5af7beafd435dd9e0b512cda001e6eb8ddb6f1b3b4dbb2df 0.00 MB 5 527
123,849 123,849 0000000000000576b98aa027b1d352b3bb75c862a577b36c95b0735796a03890 0.01 MB 30 235
123,848 123,848 0000000000004e5069577682a53ad4e78ad2b1ebe31a4c06ad1017416e73bd53 0.00 MB 11 778
Previous 10 blocks ↓
Total Size: 769.02 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,624.80 GB sent, 93.01 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.