Memory Pool Memory Pool Refreshing

28,777 transactions
34.57 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,839 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 1,985 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,838 (65,820 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
798,018 798,018 000000000000000000002015dda31e267d84d005c88b09ede80fa3d2593a1460 1.40 MB 2,068 7
798,017 798,017 00000000000000000004da6b437c778f87a675aea6a6d09b576e4fe0b037ca4d 1.62 MB 2,408 6
798,016 798,016 00000000000000000005069e849b14f368039754e3b00b8e304ea2da1f9dea34 1.65 MB 2,775 11
798,015 798,015 00000000000000000004fce96ce388d17fb3788d468f4a3cb32dd44b4a1877fa 1.51 MB 3,720 18
798,014 798,014 000000000000000000018cfa884b4d351c2ac81745fb0930031d1b4c4f7d9c64 1.59 MB 2,423 11
798,013 798,013 00000000000000000003a14309763e1d0929b3797e251955c66d25a1c6fc86e6 1.72 MB 3,022 7
798,012 798,012 000000000000000000050f8bfcda67a542dc0392d8882b7ea5955d882ccbe003 1.58 MB 2,926 9
798,011 798,011 00000000000000000002472b8fa709d4e12b4a2d244af5987ed73ae455dbb87f 1.77 MB 4,181 7
798,010 798,010 00000000000000000004f21c2f3eeb31a376e00294f51de9ef78cdc633a98183 1.67 MB 3,248 6
798,009 798,009 000000000000000000049e5a7eaed6141b1da9c276b3457b1c027a42a85d5a23 1.52 MB 1,875 8
798,008 798,008 00000000000000000004de97d727c54efe3937b48dfe38e8961497bf6febd78f 1.61 MB 2,397 4
798,007 798,007 00000000000000000005097b4ce6e99a7954764a2936453e16549a7b88bf7f9e 2.16 MB 7,093 3
798,006 798,006 00000000000000000001fd45b138e9252f8ff3aff71df0a94fffa00c787e7456 1.61 MB 2,993 10
798,005 798,005 00000000000000000002d3240605431f7c5c8aa1f4fde62c1b67c0268e088713 2.11 MB 6,537 4
798,004 798,004 000000000000000000027a050e03fab7aad1fa3152e71b0329c6f00da3b5abbf 2.01 MB 5,489 5
798,003 798,003 00000000000000000005471b07e47d39b9ab6db04e02c6d37dacb5343d85ef5d 1.78 MB 4,382 8
798,002 798,002 0000000000000000000211f889979bbbac086169cac9a338868ee51f494ab8a3 1.64 MB 3,071 8
798,001 798,001 0000000000000000000345b5f633e9d77c0abf0f4c7b40e2fd5d66fb0a590571 1.88 MB 4,524 8
798,000 798,000 00000000000000000000daed1a59b29fabad520bedd6018d84969d704632342e 1.79 MB 4,221 7
797,999 797,999 00000000000000000001130fe1820a854ad09910569ed0a4c442691b893ae2a7 2.17 MB 7,143 3
797,998 797,998 00000000000000000004baca1f3a46aea106e846e6a2f4a311ebb6b79d81bd78 2.05 MB 5,114 5
Previous 10 blocks ↓
Total Size: 687.71 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: 1,523.74 GB sent, 123.58 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.