Memory Pool Memory Pool Refreshing

95,431 transactions
24.01 vMB
Show Random Selection Loading Transactions
Max Size: 162/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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
878,775 00000000000000000002905c0000000000000000000000000000000000000000 1.00 vMB 1,517 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 878,774 (32,696 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
846,078 846,078 000000000000000000023ac98758293c25c4bf2e4611659b712bb748f19e8926 1.46 MB 4,298 21
846,077 846,077 000000000000000000012eb3d5e374107b7c82c58995891bb80ec47534032d16 1.55 MB 5,540 28
846,076 846,076 00000000000000000000e257705e31c398e0eccc092541594adf06bfd6d8b4fe 1.53 MB 5,328 32
846,075 846,075 00000000000000000001eb79ceb233359dc60bea968cd59700ac4a0fcf549855 1.50 MB 4,863 40
846,074 846,074 000000000000000000021b9f71568bdaa6fba1150eb7f6b9a8aa97975f25ec74 1.49 MB 5,075 56
846,073 846,073 00000000000000000000195ce6865b41337a8175bffaa2052017d92b8cea05da 1.45 MB 5,463 47
846,072 846,072 000000000000000000015d9cfd7d8317f6c473d3b10db724421f2f261ed078b8 1.46 MB 6,399 38
846,071 846,071 00000000000000000000296106577492c252c4d1c68ef0433e7cbad2941f7670 1.47 MB 6,179 43
846,070 846,070 00000000000000000000759e79dae65d0ed1b33dc961e47aabcbccf53dd6ee51 1.50 MB 5,899 35
846,069 846,069 00000000000000000002a6136c8bf88a57ebc6c8c6cdc24432b689dd5faa24d0 1.48 MB 5,872 28
846,068 846,068 000000000000000000010dc1e1d0943a6fbf26e99f17ff56f253aec08b0f3eda 1.47 MB 5,350 19
846,067 846,067 000000000000000000026072e247cb9610291369045de59c721532d3cafadd43 1.50 MB 5,397 38
846,066 846,066 00000000000000000000083b2d8af4fb86609b7a972017647016107ca3460943 1.58 MB 4,570 18
846,065 846,065 00000000000000000000a3ccdfa434865699912a1672897fbfb95eab87fc14aa 1.41 MB 4,279 20
846,064 846,064 000000000000000000033ea875d8d626667c1067b437e850bafc7134d8e05b0d 1.47 MB 5,751 24
846,063 846,063 000000000000000000012eb6ff9454f844da67fc926fa43a396c5445083eb875 1.51 MB 5,409 33
846,062 846,062 000000000000000000033ef80f6c98cb0ed942f379a94eff2160d3a627cd866e 1.51 MB 4,820 33
846,061 846,061 00000000000000000002b44e1b135aa639002c7d71319668a302a0970694a7ab 1.49 MB 5,270 49
846,060 846,060 000000000000000000030444de689471ccfded9bf42f07afc80a8e96447d4076 1.46 MB 6,491 68
846,059 846,059 00000000000000000002475071f4e43523c5278a7fa3ff6e1e2edc1fa0b67676 1.47 MB 6,780 83
846,058 846,058 00000000000000000000fa83f8be3d10376534f7500bc931cdb4380a8f0a11db 1.41 MB 6,647 93
Previous 10 blocks ↓
Total Size: 715.89 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,521.48 GB sent, 44.74 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.