Memory Pool Memory Pool Refreshing

17,841 transactions
5.75 vMB
Show Random Selection Loading Transactions
Max Size: 34/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 ago 1.00 vMB 3,528 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (776,718 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
131,001 131,001 0000000000001046e4b7a63f76bcb45e62e05868bf59155b0aa552440633faf6 0.01 MB 11 412
131,000 131,000 000000000000143b8959d6db75bf13d4f4789ddb0167888d819eea3d413d82a9 0.01 MB 36 442
130,999 130,999 000000000000146233f1fd2460a9c17da7b72c13c5ed3c0f22634203e252bc48 0.01 MB 22 1,153
130,998 130,998 00000000000008deccfa927e0ac9afcf451c5aac5d647f1767f0ece6a1699e12 0.02 MB 62 637
130,997 130,997 00000000000003481f5152b8636edaf32b0a1ca2f0d1aa21deacc9b0d5a7e4f6 0.02 MB 58 934
130,996 130,996 0000000000001bf9456fc0354f9e66de9034fbc5f31b4408446b5a84bb999f9c 0.01 MB 7 820
130,995 130,995 0000000000000caae292aa3e7483118f4a38f2db299f0e5f267d33600c0a57c0 0.03 MB 105 36
130,994 130,994 00000000000016122daef2c72a255e6e7e9c102be95ba1b5b967288e5ffe7c06 0.01 MB 16 1,340
130,993 130,993 00000000000002dc1446971f144b7e2bb14f86e15e797231484dc36b517662c4 0.02 MB 56 1,000
130,992 130,992 00000000000004a588d9120b58f1a4e966ee82b70f531166c7dd932a31b3769c 0.03 MB 43 556
130,991 130,991 0000000000000bced15deac3abe1f2d2b93a969c607d7709cb6db11ed44bbfa4 0.03 MB 103 661
130,990 130,990 000000000000101612f5d61d17ff673ea785286c4f07de02271debe0d5e1f0a5 0.01 MB 20 1,466
130,989 130,989 00000000000009381826e24edfced7da61ff22c6868f12fb27691652200dca59 0.01 MB 25 1,473
130,988 130,988 0000000000001ba2bfd09465f8a5c65c9aadbb62d11bd8c6f441f9b79b89d27d 0.00 MB 8 1,175
130,987 130,987 0000000000000839c948fe5c6ef90ec5dfd327e49ca7ceb9fe7252bc93d8d620 0.04 MB 104 486
130,986 130,986 000000000000116b81195035940bb7009e48479daee320002bfdfe308a8ac07d 0.00 MB 7 660
130,985 130,985 0000000000000eaf4730c746f9226c6b7dd4014dd7f38d4ea1c72438d3d15583 0.02 MB 30 727
130,984 130,984 0000000000000862aec73c863677478581f9e8836059a4a3a40f6a63e4cca1c0 0.02 MB 85 357
130,983 130,983 0000000000001c9a97821d16f25a630ae9396d83a78c78453ac5b0a9740195d6 0.03 MB 62 673
130,982 130,982 000000000000013ca9ba54ef3e2843e3946c8abed16eb37f3f70bd28ac75387b 0.01 MB 12 2,193
130,981 130,981 00000000000011ac0f3510319c0b9345dc8c193c9a723c6d534672f7e05af2ae 0.01 MB 24 0
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.25 GB sent, 92.99 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.