Memory Pool Memory Pool Refreshing

7,289 transactions
3.60 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,688 (546,761 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
360,927 360,927 00000000000000001013ac28cfd1fc2cf4b9090840b675dac6cb024f8949c00e 0.53 MB 692 21
360,926 360,926 000000000000000005866e89db0f156b724ef38c73d6018fce32384e11cf2609 0.75 MB 409 14
360,925 360,925 00000000000000000927291f7e182b195529b522dba301c5cf503e5492db6998 0.95 MB 1,160 19
360,924 360,924 00000000000000000049575942bee81dd3257d6e382e7e5010ae2d50a2551d8d 0.75 MB 674 19
360,923 360,923 000000000000000011d75a9a98340ee60ff9d3e736cd17f8fd80457b8fbc9c07 1.00 MB 2,817 35
360,922 360,922 00000000000000000f70b1ddbf56ce86068b23cea44b61156f50796204934d1e 0.75 MB 1,398 26
360,921 360,921 000000000000000009b08c5d0d84bbe090c389a6bfdaacc81306052efcf673ff 0.40 MB 708 25
360,920 360,920 0000000000000000016f29c7ec98aa4d9a2357ba378b7f095662036819f3b173 0.31 MB 416 22
360,919 360,919 000000000000000004e25a1e3820379efe0260a530a1ad4c602d7c6cc7c19690 0.11 MB 113 13
360,918 360,918 00000000000000000aa0f9616fea22643134f081af97d6b7339c0582054cb2c5 0.25 MB 589 29
360,917 360,917 0000000000000000019627042187de29e10853181b4fe187b658356dbde80778 0.73 MB 803 13
360,916 360,916 0000000000000000159737714c01709cb04ad71f9b181e557c5a9038258d7620 0.75 MB 916 22
360,915 360,915 00000000000000000ff4c4dc53786da51183ed40be130920ac8e256b56d96cc7 0.75 MB 1,533 32
360,914 360,914 000000000000000013806ad9a837ffbd290edbefbb2ad784ca9b7c5dc734bc7a 0.75 MB 1,309 28
360,913 360,913 00000000000000000b61dfef51ed24699313699aa5b3abcee782655ce7bee898 0.40 MB 740 28
360,912 360,912 00000000000000000caf0c663f29bbc76d8c7e0c16805942332b634c851cfe1f 0.35 MB 595 24
360,911 360,911 000000000000000002a6fa7c6755a362f8ccfcddd0c2871b39d1221a1cbb03c4 0.17 MB 245 22
360,910 360,910 000000000000000002063ee08101f06b37379a26a874c643db918bb3250462ea 0.59 MB 891 21
360,909 360,909 00000000000000001110e6359d8e0b292f2cefc002a5ed7e825db1a1a7c00b63 0.93 MB 1,856 47
360,908 360,908 00000000000000001166fc7640e5e03170357974a7a21dd0e68b3e1d5cc7f920 0.14 MB 320 39
360,907 360,907 00000000000000000788d35194aba74ca28fabac3c2f14b3d5e232ee06219e42 0.15 MB 230 19
Previous 10 blocks ↓
Total Size: 768.96 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,615.41 GB sent, 92.63 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.