Memory Pool Memory Pool Refreshing

88,446 transactions
29.37 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
10 sats/vbyte 2
10 sats/vbyte 3
5 sats/vbyte 6
3 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
879,422 000000000000000000028c610000000000000000000000000000000000000000 1.00 vMB 1,421 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 879,421 (377 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
879,044 879,044 000000000000000000011b967ebef2199f5111db380381c0dc18d963304619a7 2.12 MB 2,749 3
879,043 879,043 0000000000000000000274d91ab7dbc7b94e9d293e93f4e035eaf91280f3a8ea 1.50 MB 2,659 1
879,042 879,042 000000000000000000019d4cd38ae3118f244cec0358ef9ceab564e778f449e0 2.73 MB 1,790 3
879,041 879,041 00000000000000000001f83107e73d0eee112ee7566954cea1c4381a917aafeb 2.34 MB 2,421 2
879,040 879,040 000000000000000000022e5579747064adcf3fce1ee42bfb3f7aa943f7927edd 1.98 MB 2,499 5
879,039 879,039 00000000000000000000c255778d9760e2eb106b1e58018673b82a47a3e1fd97 1.98 MB 4,375 3
879,038 879,038 00000000000000000001c6c3f02807f713a384ef3a0ef153c1e295d3f49a0949 1.70 MB 3,568 1
879,037 879,037 00000000000000000001871183b02fca3beb7ff8daf548ce64e1cb2d3b7f4eee 1.76 MB 2,938 5
879,036 879,036 0000000000000000000030edee27abbb4b6f49404c0ec4404da0fb53c781a062 1.85 MB 5,087 1
879,035 879,035 000000000000000000028399ccfea6e7ed33055af0253d98df2f82d979e148f9 1.59 MB 2,617 3
879,034 879,034 000000000000000000014878ba58ce81cc50ca29a5420ea6832395b16cc134f9 1.93 MB 3,063 2
879,033 879,033 00000000000000000001a906da005c20df5eaa6c481f127ad5e2c1fa1ac92c2b 1.73 MB 3,731 1
879,032 879,032 000000000000000000014b6d5b052dc99a6d7ece077ffc35a472fcf2c87fd651 1.89 MB 4,469 2
879,031 879,031 00000000000000000001ad45f52231768a695a53582b7aadc4187e63d399c519 1.74 MB 2,947 2
879,030 879,030 000000000000000000024817ba0a5d0401e52284152db01f649acd75cdb95846 1.70 MB 2,866 3
879,029 879,029 0000000000000000000255e8e13d0d45075086056760586ea7ab9ce11e01de9b 1.81 MB 3,099 3
879,028 879,028 000000000000000000005f9078c2f6cc31d0157309363896d55ad2653484bc01 1.57 MB 2,841 7
879,027 879,027 0000000000000000000190d0fc59cd22d4d862523eb3952b1457d0a1533bc0c3 1.70 MB 2,337 7
879,026 879,026 000000000000000000027b2c641565a47059cd538aa737e161346b7fb6677573 1.77 MB 2,956 4
879,025 879,025 00000000000000000000b5141005bd6bd2aa8a4a2b46a32cc9cc6a72995aa517 1.88 MB 5,294 1
879,024 879,024 00000000000000000000b5031158ac9f56512d329b6826a4f5c71bd3dc397928 1.82 MB 4,314 2
Previous 10 blocks ↓
Total Size: 717.19 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,642.09 GB sent, 51.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.