Memory Pool Memory Pool Refreshing

1,615 transactions
0.62 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,859 00000000000000000002349e0000000000000000000000000000000000000000 0.61 vMB 1,587 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,858 (12,318 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
895,540 895,540 00000000000000000000f801e687fcc61ae35493429d907913dd4398d2f2cd01 1.62 MB 3,926 6
895,539 895,539 000000000000000000005ce7d641e160e976147bb3b669b0614d30ebbef4092e 1.49 MB 3,629 10
895,538 895,538 00000000000000000002314cb6c75305e9f017f3b4f481c4c490819cbbb3966a 1.55 MB 4,129 6
895,537 895,537 00000000000000000000fb77ff7d1a09b35df5c794d905ab34bc91143eb81272 1.67 MB 4,087 4
895,536 895,536 00000000000000000001af097326fad7613ab83654917d0cc2437e05fbdef99b 1.58 MB 3,310 8
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
Previous 10 blocks ↓
Total Size: 769.28 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,635.44 GB sent, 94.29 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.