Memory Pool Memory Pool Refreshing

8,421 transactions
3.23 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,526 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (111,241 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
796,490 796,490 00000000000000000005867038ee49209f39ab12ce97b9fee4bc6599ec5dab6c 1.76 MB 3,006 21
796,489 796,489 000000000000000000040dd25f14cc6f0a676e8ca6892481ff9656e5d1ffe41a 1.60 MB 2,473 17
796,488 796,488 00000000000000000001801b5a51f6e47790dbab0ac355a971ef90b1be4a7bf9 1.63 MB 1,678 15
796,487 796,487 000000000000000000043b95f3741bfd6daf46c25abcca4ab3c302ea7b926c71 1.72 MB 721 12
796,486 796,486 0000000000000000000277f0d454f22f4788e1276e9db5353ccd06868d8e4024 1.79 MB 3,493 16
796,485 796,485 000000000000000000000923dc072764e6139288d34561e29c7136dda55ecbf7 1.78 MB 3,980 13
796,484 796,484 00000000000000000001c4228239ef59f72471792121df5db08421a84d820e03 1.85 MB 1,130 12
796,483 796,483 000000000000000000011538c44fbb2b78cbc8909f188b4e151b5b1c16a77deb 1.69 MB 4,201 15
796,482 796,482 00000000000000000004fc0062ba3d40efaf179e2e0ed4bb9b3a29db27b70201 1.81 MB 4,764 16
796,481 796,481 0000000000000000000577c24c58cb49b93628216e576606c40432bf2ba6748d 2.08 MB 6,604 10
796,480 796,480 000000000000000000040a73348acd34bb38d3fd69e2af0a5216fac826b896a3 1.79 MB 4,779 18
796,479 796,479 00000000000000000005614be2b6f4e4d5adf6944105b55502bec3c40a6e67aa 1.90 MB 5,689 16
796,478 796,478 00000000000000000001c0cf326947c612b299c1cdb7a4db016b9b77810c1562 1.69 MB 3,068 12
796,477 796,477 0000000000000000000572a4e320e7bee9a900b0100a9111afcbbcc6079e1509 1.64 MB 2,841 21
796,476 796,476 0000000000000000000019e26dbf0acb8131e73388d058c74bf84be9915aaa5e 1.42 MB 2,242 16
796,475 796,475 0000000000000000000044ed094bb9a31f15895e46afeca1c00395ba236cf178 1.43 MB 1,810 23
796,474 796,474 0000000000000000000217dbda18c613a9ee9d84394275c749fe59a41a5f9ed3 1.57 MB 1,980 24
796,473 796,473 0000000000000000000502df0e989800ef9f5b24a6c6ff158f375010e72844fe 1.36 MB 2,038 22
796,472 796,472 000000000000000000037e1f2f947ff3944e9d44ce3a72f344fb4003b5d1c802 1.41 MB 1,877 33
796,471 796,471 00000000000000000000ee03a0b7ab7d32325805bb0cd3396aaa7d0ce60fe7f4 1.39 MB 1,892 16
796,470 796,470 00000000000000000001fa9da33c775a01b1de2748992291ad967d59ba01833d 1.45 MB 2,537 14
Previous 10 blocks ↓
Total Size: 769.04 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,626.88 GB sent, 93.09 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.