Memory Pool Memory Pool Refreshing

4,688 transactions
1.72 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,147 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (593,161 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
314,689 314,689 000000000000000030738e6a415aa32e43c8220e4cfdda72551f2858049cf023 0.03 MB 72 29
314,688 314,688 0000000000000000272d23cb2fe27644a58440588df8237b2461a49740228062 0.40 MB 847 28
314,687 314,687 00000000000000001e7c5eea838f2fd1613f350f3e4eb27f7d15886e44ecba6d 0.21 MB 346 21
314,686 314,686 00000000000000002ee67f712e9c2327f858931e4f4c3959f6b30d431eb9c018 0.19 MB 294 21
314,685 314,685 0000000000000000037c2d23d120f278ebfafefc2f107ed0a5603d82722ade6b 0.03 MB 72 40
314,684 314,684 000000000000000024827aa7145f264ac004b69c01f3d5096d8ce3c111bb4877 0.39 MB 703 25
314,683 314,683 00000000000000000b2bfccaec6cbd98cf1792bffe7b298cf5769100fb52eebb 0.12 MB 256 29
314,682 314,682 000000000000000035452a33ca6c9df5297258d5b90b9980b775adfa4256a9d2 0.09 MB 156 26
314,681 314,681 00000000000000002524592f2b09f941d2d6db586432349df3b3a1922f469707 0.45 MB 455 17
314,680 314,680 00000000000000000dbaf615914912f679677009e04ea164a1a79a087af807fb 0.12 MB 221 25
314,679 314,679 000000000000000012cc6cdb5a19e3ab027cb29485936da3e6b350dc70eaef73 0.30 MB 440 20
314,678 314,678 00000000000000002b568b1bb4206afce2f712a057970eeb0a769f88c438bdfe 0.27 MB 486 26
314,677 314,677 00000000000000000d8f383f1eab5269b5cf0ecc1384c6e9b080d14d6cfffcdc 0.00 MB 8 19
314,676 314,676 00000000000000001ea5fc96aa903d72e21b72f8e8d0e1ae1c18c204f8be44c1 0.13 MB 224 27
314,675 314,675 00000000000000001b7f6189d9d9513473acbcc06c55b1c51fcd771f4c8ea2e8 0.06 MB 119 28
314,674 314,674 00000000000000002a9d86aec88c54da709d3f1df223aff64c9b006b93d4d9fe 0.28 MB 356 21
314,673 314,673 00000000000000001980d9cc633a062c1c8b01729631c94a9fbeff45ca75292b 0.05 MB 128 32
314,672 314,672 0000000000000000221e4b1feeaf92679c0dee14c5ad1d907b6f12fda69155b2 0.55 MB 723 23
314,671 314,671 000000000000000004c89fbf2eb438068f485a8c51e49b9b41b99ad7e8a51029 0.01 MB 28 22
314,670 314,670 00000000000000000f724fffd90497eab8f17a7d65b9adeac8318b95580d858a 0.04 MB 84 18
314,669 314,669 000000000000000027f28849760c3d8a8bcc786f8d462a9fe6b413ffdcf9f5db 0.16 MB 357 41
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.