Memory Pool Memory Pool Refreshing

8,797 transactions
2.75 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,717 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,180 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (12,181 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
895,535 895,535 00000000000000000000777316cd2503723be4787e4665f803bb91d813ff5dc0 1.52 MB 2,255 2
895,534 895,534 00000000000000000000d4a143e2c609f485751d8a3291c1f2526693cafc69e5 1.17 MB 1,198 2
895,533 895,533 000000000000000000006e4dc36cddc8f7441377aa10e0dedfd8406041b22361 1.61 MB 3,561 5
895,532 895,532 00000000000000000000b688bb7b471f7f3c7259628a69de2b309cf0f96b9637 1.14 MB 786 2
895,531 895,531 0000000000000000000009fd7f5dd6e60441a7e18a86b1bcd103dea5c3f6374c 1.20 MB 1,321 2
895,530 895,530 000000000000000000008ad77290603e6ca6fd3c207400dceb715d53868d615a 1.38 MB 2,355 4
895,529 895,529 00000000000000000000fb3d63f0f93bebbdf44735a67a840d4dc5f2f47e6811 1.76 MB 678 2
895,528 895,528 000000000000000000016641a0b60ada600a68f06418fce920aea33ae3d1f2b3 1.74 MB 2,988 4
895,527 895,527 000000000000000000002994035a3eb20ca158c15b6f41d7c2e4121ca14d4ad6 1.89 MB 1,944 3
895,526 895,526 0000000000000000000207d1af817e9a9413d76ac9debf621812171eb2ffbeb0 2.17 MB 87 2
895,525 895,525 00000000000000000001a5669708fd7cf6d97c16a4d409f55d305a0c31d35744 1.78 MB 2,990 3
895,524 895,524 00000000000000000000bd1e1f0e6b52589319e1b17723ea5b729d17ffcebe7e 1.63 MB 3,633 6
895,523 895,523 00000000000000000001c6eb028d455797f8a4668a56ba0f89e2dd59e721a2fb 1.68 MB 3,746 4
895,522 895,522 00000000000000000001bec6a707d51ab134af16090a744fd7f147e9e6aae106 1.75 MB 4,363 3
895,521 895,521 00000000000000000001625db16cb5709524b1b59ed7e66ec7f5c6edee365486 1.69 MB 3,498 5
895,520 895,520 00000000000000000000ba44b9f9265b08d8009f0a6e9346f424bf6101a5d548 1.69 MB 2,796 6
895,519 895,519 000000000000000000023397835c26efdffb1b59dd3d8e73d28c028c1e7d0723 1.53 MB 3,253 4
895,518 895,518 00000000000000000001610333330b8f44039ea5b5078d7396bc57bd43f34413 1.53 MB 2,838 2
895,517 895,517 00000000000000000002138df111332f8c3529c9961cdbeb3ce56cf8fc904d4c 1.66 MB 3,650 3
895,516 895,516 000000000000000000025bad0fdb388be78b87dc8ef000741d89faedea476a46 1.69 MB 3,695 5
895,515 895,515 00000000000000000000c753d73646c4131871ac58816f3d4920bf03663b297e 1.71 MB 4,356 3
Previous 10 blocks ↓
Total Size: 769.01 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,621.59 GB sent, 92.92 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.