Memory Pool Memory Pool Refreshing

3,415 transactions
1.05 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,704 00000000000000000002349e0000000000000000000000000000000000000000 0.95 vMB 3,412 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (593,848 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
313,855 313,855 0000000000000000274eb005158383d8b4e4cd09f743b63fee4ba1ed1e8239b1 0.07 MB 130 19
313,854 313,854 000000000000000003e72db3579817976eea9add0982d1910ea18be9f44622ce 0.24 MB 608 32
313,853 313,853 000000000000000036dc22639ed16c6acc90016f7e5a8aa25f4b5fa89113d249 0.48 MB 777 22
313,852 313,852 000000000000000032baabfde9cfef048d3d65484947208632e4716079afaa75 0.25 MB 821 47
313,851 313,851 000000000000000017119a9c63176eaa2486d324360d52188e6d1a215d51ab4d 0.11 MB 253 29
313,850 313,850 000000000000000018eabaad82b4bf69a783d18742eca0ef90a584c8458c8d86 0.39 MB 649 28
313,849 313,849 000000000000000022eb8e0bf66566134e64114b9d4161701f1d8370ad39de61 0.15 MB 354 32
313,848 313,848 00000000000000000b1895b18b08c2085570a7ba01c3b94b63dcb1428d2b9957 0.20 MB 476 31
313,847 313,847 0000000000000000140a0d690230fcd0e8274ebf5d43f706b0bdeb38f7ace3a9 0.42 MB 882 30
313,846 313,846 00000000000000000d086863f8131bc9fdd99689577b06829f8a2e6c171174b5 0.06 MB 119 27
313,845 313,845 00000000000000002448e0a1a11b2175e524b52aa595743a0c5a810ebdbc91f6 0.08 MB 188 33
313,844 313,844 000000000000000029499c3f4d0d5cb747a2eb6f43de1c486908afdcce88d2a2 0.04 MB 109 27
313,843 313,843 000000000000000022cdd3e9d01dbc4abde6e8cd0bb37fe97ca3f41b64cd45a3 0.57 MB 1,237 30
313,842 313,842 00000000000000001c8c95d150889e74345a71f9f5cec6af6f9a630cd8d852e6 0.01 MB 30 27
313,841 313,841 00000000000000003842efb13ca678b2eda01d511a59eeae6c17d62494d6d78c 0.20 MB 248 16
313,840 313,840 00000000000000001aaa6d3a45967e9e20ebfe3479d4c821dcdd718aeab378c7 0.50 MB 1,313 40
313,839 313,839 0000000000000000279c5afb0122f07623ca2090ee8cd1c4c3d30283820b626f 0.03 MB 62 24
313,838 313,838 00000000000000002c0bfe213268ac0a8bdf0f8d968affb8abbd66cd88176d06 0.02 MB 64 42
313,837 313,837 00000000000000000ed8f8051853f0cfc15069ca5f87168a8b30c249e21865b9 0.13 MB 250 28
313,836 313,836 0000000000000000019d84434c90ce9622abae36397cacc27318ec7e9b62dace 0.25 MB 558 27
313,835 313,835 00000000000000002e13165b1215815ca62ba4bee914f78ed754d5a6ae3d3e12 0.35 MB 432 37
Previous 10 blocks ↓
Total Size: 768.99 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,616.57 GB sent, 92.76 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.