Memory Pool Memory Pool Refreshing

4,064 transactions
1.13 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
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,753 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,550 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,752 (579,205 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
328,547 328,547 00000000000000000e5a27013294a488ddb5426a5c63d6f7a8fee085a41efe3d 0.20 MB 300 22
328,546 328,546 0000000000000000176d2554f70e8531eb352a00c986dec23c769fa7bd6b195d 0.19 MB 215 21
328,545 328,545 000000000000000002986604739bc94cc42d5c6adf75186e80ba3dbb501a076d 0.10 MB 256 29
328,544 328,544 00000000000000000d58b38fce29c90f91458b856936d18ca1221d304ede68b2 1.00 MB 1,370 25
328,543 328,543 000000000000000018be217223df3ddd23fa3cca729250359f587ee831393990 0.30 MB 652 34
328,542 328,542 0000000000000000023dbebb7043b0420cb52047e22e48e6f37c2e15cb480733 0.88 MB 1,322 24
328,541 328,541 00000000000000000a621fc1b59724a0f6a1ff1819ff56d3bd389f725bd9055c 0.45 MB 537 22
328,540 328,540 000000000000000016c1ca61d1068e2a818f47e35de0b9341e32cde2797e97eb 0.39 MB 555 22
328,539 328,539 00000000000000001a9c8e29d0eb91d8e6bd26058632dfb40b3dbe9ee78be7cf 0.57 MB 486 18
328,538 328,538 00000000000000001e3f2f9cba1ca0228855f6d425721b2b45d2ebdecd5c33c1 0.75 MB 1,582 31
328,537 328,537 00000000000000000f841c100a5ca10b3d8f91a599fcd12fa176e7a7e4d098e8 0.47 MB 687 23
328,536 328,536 00000000000000001b1171bebc376a47d0a16b53312a0524241f8e4d1d071f39 0.45 MB 763 23
328,535 328,535 000000000000000000ab45c771945cd8c860cb696e7d9b7a1d4d2f0c5a9f9a79 0.53 MB 888 24
328,534 328,534 00000000000000000108f2b32ef13f0a5f64309d29f2486b5057c446030f571c 0.25 MB 695 36
328,533 328,533 0000000000000000093df8ce0d47d70cf940abb7c70a544a0c47cbff8894f143 0.90 MB 1,759 27
328,532 328,532 000000000000000009da8fb2a7d734329310c7547628e130ee6ddaed9eb4845b 0.78 MB 643 14
328,531 328,531 000000000000000013b5a3c080233ff1e98fc8e818a4c7f73c1f877ee603d89b 0.75 MB 1,927 35
328,530 328,530 0000000000000000165619457c2fd3403c0f3705a6d605450a5edc8fc557120d 0.34 MB 333 16
328,529 328,529 00000000000000000a90fc462182e99f2e55ccc3215271e5d9c04d0d72bff4c0 0.75 MB 2,026 37
328,528 328,528 0000000000000000003789c22ec1124bbd1632bfdb4c0e190a09d6f931e52b87 0.45 MB 715 24
328,527 328,527 00000000000000000aa12af2a208ae44a9a31fdc008c2387b6507c4f5892bafc 0.22 MB 359 20
Previous 10 blocks ↓
Total Size: 769.08 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,628.24 GB sent, 93.30 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.