Memory Pool Memory Pool Refreshing

16,263 transactions
5.23 vMB
Show Random Selection Loading Transactions
Max Size: 31/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (705,875 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
201,844 201,844 00000000000002f63811226c4df1d22b2d827f0db95333596f4d3294cc3a53fb 0.08 MB 174 139
201,843 201,843 000000000000049a536515c2cca6b80b436fceba0da30dd469751644214331e6 0.40 MB 884 61
201,842 201,842 00000000000002e771903bd1a68db5146771b51433ead0eeb51915162e74e411 0.03 MB 80 35
201,841 201,841 000000000000025688f3557d0ca46e0c7d63b47b9aa0439dc1d888cd03068105 0.13 MB 245 171
201,840 201,840 000000000000033f1e8a9870bfb2f969c87454c60f86a6d4d09f2182f0e42c7b 0.42 MB 938 166
201,839 201,839 00000000000004a0506182f300409650fdbaf0b645572e6a18a7ea3e341d5e27 0.00 MB 11 209
201,838 201,838 0000000000000567aa818241cd671499a29aeb4d6889dff01e505c7ca1ee17a0 0.44 MB 821 122
201,837 201,837 000000000000035c325a0b5a1968ab848233b1708cc6b3a73c5a98a1c14a1c40 0.05 MB 123 47
201,836 201,836 000000000000041cdac501fee3708ad90d32c8354763b507cc19be1ce4d01cb7 0.25 MB 523 321
201,835 201,835 00000000000004753a8f7b51ef1985ffa37c117d6a55696bd3a09090369b57c7 0.20 MB 773 193
201,834 201,834 00000000000000eab6219654cd9ae692a8efeb650c64acec6abf58504ef22a29 0.26 MB 718 250
201,833 201,833 000000000000045abc3b584d07674247ce9b2b0430679396957a3d9b70ec1b84 0.05 MB 126 222
201,832 201,832 00000000000001b6b5ff3e6dfbfc9428afc212ad7d48925e45622a692ebf03cf 0.25 MB 337 311
201,831 201,831 000000000000017d5471ac40e681991333e295e6f733f3debb1ac282fe039fbb 0.09 MB 228 125
201,830 201,830 00000000000003923b9479662ec2bde8969959e4dcc458d195cbe2504c8cbab8 0.03 MB 77 115
201,829 201,829 000000000000046e4063e6dd9dc75efeb645e15c0d29c621312874a2619995f9 0.06 MB 113 195
201,828 201,828 000000000000049e7fd01c7feb105d5e95fc7794b47f43ec5d1422ced09b329c 0.19 MB 439 130
201,827 201,827 000000000000043e23e919fe25de01ab20d0b1913fd1e6f6811b87e72995d037 0.04 MB 67 549
201,826 201,826 0000000000000579c656da44a60b7b89cc025b8289ea80184b9ce2541abfe9b9 0.07 MB 251 24
201,825 201,825 00000000000004aa29869bcc1bd2b3e15e78fdb8a80c432a8c5a13e5d1b44ecd 0.23 MB 316 93
201,824 201,824 0000000000000341457cba02f81caf541dae8812d9f8b0a4ecd3889e87cfa253 0.25 MB 245 91
Previous 10 blocks ↓
Total Size: 769.02 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,624.02 GB sent, 92.98 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.