Memory Pool Memory Pool Refreshing

2,472 transactions
0.86 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
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,748 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.85 vMB 2,460 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (906,860 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
887 887 0000000038e0e9e7b9f3b26d59d0ceafd1240c931c2d810c464ea15fbfb150e4 0.00 MB 1 0
886 886 000000008f6234fcdefbce28a3b12e5083df353fbdce4bf479ba7e6ba0d1bdee 0.00 MB 1 0
885 885 00000000fa7bd3c9977df6a024fcf8df0367f5c953e1bc63b5d34d6db9e2f874 0.00 MB 1 0
884 884 000000006879ca957a25003148ef00058597c1f09d0099ac51a8ed3b268e72ef 0.00 MB 1 0
883 883 00000000a45be7b90f33fa3ef9c2e5b842da5e021b4ce7434668dde286496946 0.00 MB 1 0
882 882 000000009efd98f417a034d1b38cbf06a6026766cdba84dc1357ba6259610576 0.00 MB 1 0
881 881 00000000b715b0c5b5812ff95850038bf5af4e00112511d9d673d9043f26fbe2 0.00 MB 1 0
880 880 00000000722571752a29b6e318a450d1b09181b51ca3ff498ba52d8dfcb82f19 0.00 MB 1 0
879 879 00000000703049cdf8677b655afc88c370a89788f39a5c76a0489af5d3b8477e 0.00 MB 1 0
878 878 00000000ee13abb6a7b843cd46d0a5318e27139585832922a4a2dd16096eca50 0.00 MB 1 0
877 877 0000000034c2e9a10fa013104bd7e20ee50a6fb2e1ee4445b5cb1958c13cabec 0.00 MB 1 0
876 876 00000000f8a387a6c5e6f093d97339ed517f2ee6592168556f761a758b82a983 0.00 MB 1 0
875 875 000000004d8ea04709f1a7900af251f3e92a3f897222ad59be3fea34977afb36 0.00 MB 1 0
874 874 000000008edcba2d1a4982ec30dabb6465f5f3922fe39fb14f8d285f02b49879 0.00 MB 1 0
873 873 000000000ce9445d0ebebabc8342070ab85414fe926a8f30286c1e14bcb4b687 0.00 MB 1 0
872 872 00000000dd897971ba52271c7e007449accd23ac6be635c5c43f90dc81f1f99b 0.00 MB 1 0
871 871 00000000a2708e0112d83a00106dfcd39a4b56f0895c8e083b030cf2897c67b7 0.00 MB 1 0
870 870 000000000f50c9b97b28606ad3d8bcae55684984b93b5dfea87f47f4fc7b9dd6 0.00 MB 1 0
869 869 000000004a5988864cd783ea9a53a3e874bdaf50d7adb915ed700472bdd1ae07 0.00 MB 1 0
868 868 00000000129a2736ea37e637c00dee22006c096a56a61cdb7a7d810732697878 0.00 MB 1 0
867 867 0000000063eb0473d2a03542e142034847de1c47cdd0d6a4067142b33ade169d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.07 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.10 GB sent, 93.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.