Memory Pool Memory Pool Refreshing

1,373 transactions
25.04 vMB
Show Random Selection Loading Transactions
Max Size: 101/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,310 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 1,107 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,309 (840,776 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
67,533 67,533 0000000002f121b9ef810a01e319549c21d799144cac426fa026ee19d16c5881 0.00 MB 6 0
67,532 67,532 000000000434c8f6189a95437b7b1ee586cdff53c65fd4cd360713a0df416b53 0.00 MB 6 0
67,531 67,531 000000000346199ebe4ce19788efa0e635a0204e5803a2f2f71fdf5028f5ee7e 0.00 MB 2 0
67,530 67,530 000000000408fdc04fa40028afba312ee827872a96cd7d2149cb0aa4c68aa481 0.00 MB 1 0
67,529 67,529 00000000019efce11fcdd47e3afadf09f3d181d89e93206d160733a249280548 0.00 MB 1 0
67,528 67,528 00000000051b27880186bfa46bb57c997bc520fdeef0627c9cdd01252e81b63d 0.00 MB 5 0
67,527 67,527 0000000001f2bb281d684e727946405508638046fa6690a882a09c135b211394 0.00 MB 1 0
67,526 67,526 0000000000e38c9f2ba240c6f8771b59423df6d7aa2fc6798e1c319bab994b8e 0.00 MB 1 0
67,525 67,525 0000000000660bff5af3226978670ee2b35ffc679d97b810b1d478e85eb97a64 0.00 MB 1 0
67,524 67,524 00000000038b3a40b05c10346f8599acadf575448463ecaab3f47062947ac66e 0.00 MB 2 0
67,523 67,523 0000000002143f3d50b94a149eae5b04a9b57aaa501ef318145e850fe849aaf7 0.00 MB 1 0
67,522 67,522 000000000169fc177c4ac80d4698f9fb64a040659596f5e86a20d35ad56266c3 0.00 MB 1 0
67,521 67,521 00000000040b95f1b1a2f0ec859272357b1fe473fe7e6aa97ec6b4da370f48c7 0.00 MB 1 0
67,520 67,520 000000000217628f86518a1804e2d7ca6145ad3aa87e1ab12e3c6c7fe9e4896b 0.00 MB 1 0
67,519 67,519 0000000001e1a2cf5ffd9b879c4652413040a1c005b1983b192db71d650c1465 0.00 MB 1 0
67,518 67,518 00000000019f438183ee25d4479e3a0e7a445b35f0b0a5d4a014720645164959 0.00 MB 1 0
67,517 67,517 0000000002df49235c2887dc3cdcb6324f82b5b91e7e1a176ef00832e8166765 0.00 MB 3 0
67,516 67,516 00000000019627e936a84eec110e319dae08216c50c569e1331bc9a1c8867a06 0.00 MB 3 0
67,515 67,515 00000000052f96c0b316d38c1a06a0e3f578c2655dcc8a8a361de4031ca486fe 0.00 MB 3 0
67,514 67,514 00000000019e4c40c49af95b25173cb0b559994f42e1ad7b67aaf5cfc920215f 0.00 MB 3 0
67,513 67,513 00000000045c41a3316630779f2b0eb8f74cc00a1dbf9174f2620f66ab11ce03 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.21 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,696.84 GB sent, 98.58 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.