Memory Pool Memory Pool Refreshing

62,117 transactions
25.64 vMB
Show Random Selection Loading Transactions
Max Size: 172/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,048 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 6,029 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,047 (51,957 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
810,090 810,090 000000000000000000002d3ca804b23e00a34ab242a9dc0cfda503cf8c94c1a3 2.10 MB 704 5
810,089 810,089 00000000000000000003587fef743e576ebeef6453604a9f9244ff691955578f 1.49 MB 1,501 9
810,088 810,088 00000000000000000001456a76e9ef8aac6636172e6ed1de5b31977b11568e4a 1.29 MB 1,412 8
810,087 810,087 00000000000000000002d745fba07b988aeb43335a09d484d4457e584267be36 1.63 MB 3,312 8
810,086 810,086 0000000000000000000391561eb5bad01af1863d2c24c59e6e074d2df8e8fd1e 1.99 MB 2,334 13
810,085 810,085 00000000000000000000a786386d966b7d2f51a93a8ddcefe9c24bf4d2db88f2 2.20 MB 5,420 4
810,084 810,084 000000000000000000029fc6f5b5df5a4c42c534f1e4102b6f93b05f12b3e2b7 2.44 MB 2,023 5
810,083 810,083 000000000000000000013e1f5e1a2fb9ef989a664a113ac604e81c9fcb160c92 2.60 MB 1,481 9
810,082 810,082 00000000000000000003343b99ccdbf87cbd8d64c8ec9cb5517f64ca3aee550f 1.73 MB 2,731 15
810,081 810,081 00000000000000000001375227b56c398dfd748d7abaf3b123cb89f6b66d09a2 1.28 MB 1,820 32
810,080 810,080 00000000000000000004da7cd2de7f6d73e50a3b698c467f32fb0f17a8a49001 2.11 MB 2,611 9
810,079 810,079 00000000000000000001d0861d83ac8b187ad014196c7b954f151d76607b0585 1.78 MB 2,592 17
810,078 810,078 000000000000000000041e8bcad078730b5aa52c5954abda6e735089e1583139 1.34 MB 2,634 34
810,077 810,077 00000000000000000002a849bafef7b69d9d2c9ab07b45431f85a489e59247d3 2.41 MB 2,676 6
810,076 810,076 00000000000000000001a295e38978753686da09dada984be255d38f7e6bfa8e 2.01 MB 2,373 18
810,075 810,075 00000000000000000001142025b96d7f856efde84c2558b1bbbcb4023dc210a9 1.69 MB 3,257 8
810,074 810,074 00000000000000000003bb9df6f51b061d01109207447660676d04ce6ee76453 1.66 MB 2,217 13
810,073 810,073 000000000000000000038866114bcb2b622638142fd0f0f3153b0f9f7b0b564f 2.00 MB 471 4
810,072 810,072 000000000000000000040442ee21da48b5098103b0121d569a310d065e73d134 2.64 MB 1,473 3
810,071 810,071 00000000000000000000d1b47bb2c6c62b8901dfdeb874e6839f8650de4cf87d 1.58 MB 1,765 13
810,070 810,070 00000000000000000003f53d591d9aa16acc37b31c8b69f238cde2c3cc1eed55 1.55 MB 3,145 23
Previous 10 blocks ↓
Total Size: 684.25 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,330.86 GB sent, 100.06 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.