Memory Pool Memory Pool Refreshing

3,723 transactions
1.66 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,557 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (790,187 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
117,548 117,548 000000000000c76d7b18a69ad911e4d6bc030b7bc46d3c791f56667f38e30bdf 0.00 MB 1 0
117,547 117,547 00000000000087a7fd62c4315341eed513baee421ab851ab8ae23ab6e1800d38 0.01 MB 14 571
117,546 117,546 0000000000005452b2bfd2b0e28b4974dcd69f092c9226a93978b42e067ad05d 0.00 MB 10 1,743
117,545 117,545 00000000000044361fffd70cd779f6086244a0f6cc3bb746b07ba051dfa00463 0.00 MB 10 397
117,544 117,544 0000000000004b1c7fdf2157fcf22ae6c300b2b13b7e1b052de208a998dee96d 0.00 MB 16 252
117,543 117,543 0000000000004705a48688c8169affd564b68e4a23cf6b546249d59875a73d89 0.00 MB 11 0
117,542 117,542 0000000000002f1520ce4ea68b2b307dc0431c9071df63202ab19fef79544402 0.01 MB 21 500
117,541 117,541 00000000000084dd4dd75ff9b8d33546b55cb5109cae6d91f3103d02cc66cd45 0.00 MB 9 2,945
117,540 117,540 0000000000002d07fb85f70dbb195f94213dccc400f1e1b5081c0295247e1c45 0.00 MB 9 341
117,539 117,539 00000000000037ada05e1058bebd7980b1b78ccda56de820fa15a884602d972a 0.00 MB 5 1,057
117,538 117,538 000000000000b0190d905c2fd72303b8234eb603047ff10d0e0b8ffa9faa5840 0.00 MB 7 1,306
117,537 117,537 0000000000004e8f611a87e7c3498da7fbc164badc5b18a9e9e640662af3ffaf 0.00 MB 7 553
117,536 117,536 0000000000001cbd5a4642624a359e5443c08cefb8112f06bb6a3e2cff139c29 0.00 MB 10 569
117,535 117,535 00000000000084bb68260e9268232cea86fbc6fd38a78d31a7728b4bb9e1b50b 0.01 MB 19 812
117,534 117,534 00000000000089ab7c61c548f53d455c6504db30b2fb22f166a3e6a1beed4711 0.00 MB 13 0
117,533 117,533 00000000000058f625fd36a8d2e39b3c02ed8b5be80ae5a1d7171627f304348f 0.00 MB 7 319
117,532 117,532 0000000000003c0ebdcae510f11a9f8501a4060182be3831a4db751e6de77b0a 0.00 MB 11 0
117,531 117,531 00000000000054a5217a2281b1636af8cf68523a3da031c250210de44348a7d7 0.00 MB 13 2,339
117,530 117,530 000000000000b7e4cad526af68be6f63800c704982cb3e2dc8d53b58c93fbf36 0.00 MB 9 872
117,529 117,529 00000000000048fd62b449cd52d96fccf7a6ff969908dc30d3da14e3d9aa3a93 0.00 MB 11 670
117,528 117,528 000000000000562e5d4ccdfe10fc184264ce66c37f593f4ae8e6d77f18994feb 0.00 MB 8 350
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.27 GB sent, 93.11 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.