Memory Pool Memory Pool Refreshing

8,449 transactions
2.80 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
1 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
907,844 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,276 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,843 (592,413 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
315,430 315,430 000000000000000017e095df0a3822b0642f1b2cbcd2101036e407206bd0924c 0.17 MB 265 21
315,429 315,429 000000000000000026d774950d4801943c44ef726c62cdbf993627a7fb361623 0.09 MB 146 16
315,428 315,428 000000000000000016f46bd78315a189a49499b9c37d91fdbc23e81a7e7e69d0 0.68 MB 677 19
315,427 315,427 00000000000000003228456bf7088e29496eb3bda4abf530df67c8cbd6e6b9be 0.35 MB 992 40
315,426 315,426 00000000000000000df24ca48988c4e65244cf504c8a6518a6cd327461ce67f6 0.17 MB 192 20
315,425 315,425 000000000000000022138e9affdb66e288dbb61049bcea1d541f97c41f39b7cb 0.71 MB 906 23
315,424 315,424 000000000000000027939fba57fd1e21fc39808762474a2d6400cc308e78309d 0.15 MB 251 23
315,423 315,423 00000000000000000d161743d0fdf03df2a2debf56ff6fabe0f1e30e0ada0395 0.01 MB 16 29
315,422 315,422 00000000000000001c51485334cd77cec5e094d264d8e0dfdbf9a9c26b00622b 0.22 MB 349 26
315,421 315,421 000000000000000008bb53f3ff10ad173c98d02ac542220bebd0656480a3889f 0.15 MB 198 19
315,420 315,420 000000000000000032bd3b7f89b0432a996aef0d8b53e6599aa14d633f8679f0 0.11 MB 157 18
315,419 315,419 000000000000000035397534eedb6b06884ec385e563789fc9fb6e79ca09e98f 0.67 MB 1,153 28
315,418 315,418 0000000000000000206a708f10c6469e1dd3348f6fef17d3f675504b069f1cb4 0.11 MB 145 14
315,417 315,417 000000000000000011dface2986f1f75884789895254c74a1d60e69809da268c 0.07 MB 74 11
315,416 315,416 00000000000000001e20bdb410b418861cbbecacd65201b38846a322398f8e10 0.14 MB 225 24
315,415 315,415 000000000000000013a885c5ca6333d18e139319aa1661d812052db50c026ce6 0.06 MB 109 21
315,414 315,414 000000000000000013251828ed26532c013bdd609168682d47ffa1f284327771 0.33 MB 447 22
315,413 315,413 00000000000000000b91a942e01bfe1b828724df8cc818a9aaf99ca9c51152d1 0.64 MB 931 25
315,412 315,412 000000000000000031d67eb56f5011a4201fb0f25c4adb57093078d79309b778 0.20 MB 337 25
315,411 315,411 00000000000000002990bc2e773207e594f798cf3532c2f54c5d1262df33cfd8 0.22 MB 329 25
315,410 315,410 000000000000000014a2fecaec810c47271a6841f2d9cff994a2718128163ef1 0.64 MB 967 25
Previous 10 blocks ↓
Total Size: 769.25 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,635.14 GB sent, 94.17 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.