Memory Pool Memory Pool Refreshing

3,396 transactions
1.75 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,116 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (396,410 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
511,326 511,326 00000000000000000039aff939d0526f09852ad0cdbc41e27dd158c25c92ec5a 1.14 MB 1,741 60
511,325 511,325 000000000000000000438914a35d1e22105ffc6750e841928790f574b0b73b50 1.12 MB 1,830 36
511,324 511,324 00000000000000000011de5ea2f07620bb4af7eca152a6ccb104d598b1be9c8e 1.02 MB 653 38
511,323 511,323 0000000000000000002078a4f4e38c7b648298be995e1ac69734b0fea4629514 1.02 MB 608 53
511,322 511,322 000000000000000000336ea2523bef867676d4558f27dd917cacaab71368d34e 1.06 MB 340 3
511,321 511,321 0000000000000000005a08fba0052c6979bc3fc6cc6944427ba42e4923b8124f 1.09 MB 2,116 49
511,320 511,320 00000000000000000035c0bc2e0ffee746a8a7f22306aabef6ab54d959f96cad 1.10 MB 980 22
511,319 511,319 0000000000000000001bba3c8c068f0c7bacc147c1e3e989bba35b9a3978c7d0 1.07 MB 293 4
511,318 511,318 0000000000000000003032d0fd90b3017eb036c143caab4b98a07c918c85098d 1.18 MB 2,220 37
511,317 511,317 00000000000000000002b05367bb16e89a6bb3844dd16cd2911fafd9a8559609 0.96 MB 1,759 47
511,316 511,316 00000000000000000031e920ce69316e9cfef8ff10ab1d7fe2febb562ba8710b 1.13 MB 2,391 19
511,315 511,315 0000000000000000004a11a0e4a139f92e1363d669b1614e5f2eb2f4ce7c1225 1.18 MB 2,996 29
511,314 511,314 0000000000000000004ef7bb9ef0c3bc25e105e5ff2a72ab154f688270bf48de 1.11 MB 2,126 114
511,313 511,313 0000000000000000004a635e73b78453db8d1ea3d7ef32d0632fa574adde79cb 1.27 MB 320 5
511,312 511,312 00000000000000000048baae9cc73ca24c2274c496141660f5b9a08955acc476 1.13 MB 1,403 12
511,311 511,311 0000000000000000001eb0ea2bd0cbea1fd1b798d52fb0684ce86c3478ab0909 1.14 MB 2,310 66
511,310 511,310 00000000000000000018971253586d8799879badbf91c41b0936335b58907650 1.31 MB 1,340 22
511,309 511,309 0000000000000000003c68ad7520b43c603d08b8cc8331e9f74f8769e50e0a84 1.48 MB 964 39
511,308 511,308 000000000000000000227ffdd33afb3eb9c0d7d0ffcd7699bd7ee1ba46c20a1c 1.20 MB 1,376 40
511,307 511,307 0000000000000000001676fd404a00de931c21956754f4f51f117881911f978b 0.28 MB 587 47
511,306 511,306 0000000000000000002481464a45015da941b9b55fa1caa8967bb7b4abc5e959 1.08 MB 940 25
Previous 10 blocks ↓
Total Size: 769.05 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,627.46 GB sent, 93.12 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.