Memory Pool Memory Pool Refreshing

52,001 transactions
33.03 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,413 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,072 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,412 (16,612 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
852,800 852,800 00000000000000000002284094aee8937d5ca76fc1ce3146004dc43fe3e0734b 1.85 MB 930 4
852,799 852,799 00000000000000000003037b3ee32f3380fec8de37e23e35c04909d6e228bb7d 1.67 MB 3,894 6
852,798 852,798 00000000000000000002c1c7b567bee76d71caf8a07142cd4d838d190c6556fc 1.41 MB 2,024 11
852,797 852,797 0000000000000000000279e1fe67ffdabf260d0c3595496e6559422cdd0f38a0 1.82 MB 1,554 5
852,796 852,796 0000000000000000000063c0e66848d1a2f7bc09d000211d4303b879d5676eec 1.79 MB 1,757 5
852,795 852,795 00000000000000000002e4f487ba2517dadcc2b9224c47fb8c88147f6d797ddd 1.84 MB 4,527 4
852,794 852,794 000000000000000000015a837afdf95ce7ec862435637ebac4902e58981df11b 1.61 MB 3,396 8
852,793 852,793 000000000000000000025c007d561763fd6705a8f4b949fa5f00f17d944c6f73 1.63 MB 3,517 10
852,792 852,792 00000000000000000000ff962b3a95ad838cc23d6b7c6b5cfe0110dbc722eaae 1.72 MB 3,631 6
852,791 852,791 00000000000000000001ff75ef7643f19cb62d21a69ee23642a06e69c6ed80d0 1.65 MB 3,102 10
852,790 852,790 000000000000000000018ecb6520fe829aed3ce88d82ff1c58356678c8782749 1.48 MB 2,841 9
852,789 852,789 00000000000000000000d8613152316a485b90f510421d1b9eb494d35f435a8d 1.50 MB 3,068 13
852,788 852,788 000000000000000000006f8d31396403adfd254fc289d5dbf842a840c29e661c 1.66 MB 4,186 5
852,787 852,787 00000000000000000001d5246d609557eecef56de2f72a6a875bd5bf193c3ed4 1.57 MB 3,474 8
852,786 852,786 0000000000000000000356f553ed3ab80b9814587523066a533994343a1cc798 1.85 MB 737 4
852,785 852,785 00000000000000000002c2aca76f172fdafc869fc73428b0206e169c2ae187fe 1.70 MB 2,843 6
852,784 852,784 00000000000000000001712c10103ddb49cd065d833262977a72f114414bab2a 1.57 MB 4,409 8
852,783 852,783 000000000000000000000ac3163dee9f72faff69fba809b4ca8ed3221be6ad80 1.67 MB 5,131 5
852,782 852,782 00000000000000000002db433f7dc84e72253d1082541cb12a7d4e5217bb8db8 1.58 MB 5,938 5
852,781 852,781 00000000000000000000532924be3c70517d6830b497af9c0d6db449df8fa393 1.64 MB 5,292 6
852,780 852,780 0000000000000000000361278b29a6860a35c9b3ab73705beb69e3b15570f066 1.63 MB 5,711 5
Previous 10 blocks ↓
Total Size: 698.36 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,081.85 GB sent, 199.91 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.