Memory Pool Memory Pool Refreshing

6,118 transactions
2.12 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,768 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (760,854 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
146,992 146,992 0000000000000234d6a30b0dbd9490dda1269df88bcdde57695bdc42e4d65ce8 0.01 MB 10 71
146,991 146,991 00000000000007a0c3a1ccf671dec219a1471aa0b042a377af660e50910640d2 0.00 MB 11 278
146,990 146,990 00000000000007636c232985f850e0730974f75117881f66c5b34914c696b05f 0.01 MB 20 52
146,989 146,989 00000000000004e3130a3ac660f7af5ebd83c4abba65901356a1c2c739b363a1 0.02 MB 59 28
146,988 146,988 0000000000000008297bf122e2c2da0944fa542f48d0d969717aca9661cc68a5 0.02 MB 36 108
146,987 146,987 000000000000008997ba645c221f2418a31dcd4b9597c66717e7a383682185e9 0.05 MB 151 130
146,986 146,986 000000000000051408a3691844a76fd5fdd4d2fd2d83ad26cd3f07c798e42b73 0.04 MB 65 289
146,985 146,985 0000000000000661226eeb40816850be5debd416f433b4a17a1eef0849214f16 0.02 MB 35 386
146,984 146,984 00000000000007a25349cf54b43f991a41331abeaa1a15959e777cf5e79cd000 0.02 MB 36 99
146,983 146,983 0000000000000706df3342feffc426d90f1c0fd2b6f4c2286fe1835da3d955cb 0.05 MB 76 44
146,982 146,982 000000000000043a7939d40d28f4702086a7e286f78136b058970decb5098173 0.00 MB 12 787
146,981 146,981 00000000000007e4d0f6299e4f2c13297e99901832c9cb8164224990f072bc47 0.02 MB 30 53
146,980 146,980 000000000000033da87110a164a5d1579d64f9cc50d3e0dd11b02b2c9e4eab27 0.00 MB 8 457
146,979 146,979 00000000000000d2e3f4c4bc7335f7e368ea417930f6b3fa23847468b35fde19 0.00 MB 6 260
146,978 146,978 000000000000042275ce9a15efc743f1a3aec0340f30e16034ddb245ce1b0020 0.00 MB 6 90
146,977 146,977 000000000000015c15eac4dee14fba5fa98c56285e955d8f943b590a1243dac8 0.02 MB 34 146
146,976 146,976 00000000000008ba1ad3d7b8c2f451ee85baad74cb4f4504c79881a7ca8faf1f 0.00 MB 10 269
146,975 146,975 000000000000080c578d1d5427c08fcb10234eaeb2a7c9142ffbf206cd9f3dd1 0.05 MB 137 41
146,974 146,974 00000000000005781edd65633545e8903d6d7992f84e673007e98159431e6bc8 0.03 MB 55 199
146,973 146,973 000000000000003501bc859ade34fddbb16310a999bc98375b1c8a7afde75ec0 0.04 MB 99 151
146,972 146,972 0000000000000535213a40eb4da7668aa071dd0eb5e509952eec82d4e0843c1e 0.05 MB 160 19
Previous 10 blocks ↓
Total Size: 769.25 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.20 GB sent, 94.19 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.