Memory Pool Memory Pool Refreshing

3,776 transactions
1.85 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,357 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (15,505 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
892,231 892,231 000000000000000000007332d18b5daf80b2a4f90aa21e302861676303cd1156 0.32 MB 800 3
892,230 892,230 000000000000000000015d05248d41104a2df8e81389d29799e7b111319dc08d 0.68 MB 1,206 2
892,229 892,229 00000000000000000001b30f4b774b9a8152f73de803f49d1b1c360500ba88cb 0.89 MB 2,286 2
892,228 892,228 000000000000000000005a031185de8467f547711b7089d09c76490c9a2d70ff 0.70 MB 2,175 1
892,227 892,227 000000000000000000013dba85bb1fbf5cc2705473397a5834aea8822c3b4d6f 1.63 MB 2,818 2
892,226 892,226 0000000000000000000110d1e2f7378d3f3d5386118829e67dab5c28fe325c51 1.53 MB 3,249 2
892,225 892,225 000000000000000000009b17376e014809bd6a196875bb4a98824a908e034a17 1.56 MB 4,103 3
892,224 892,224 000000000000000000006bad14c5dc69242208e6b2ed165b8566a57faed66d00 1.70 MB 3,504 3
892,223 892,223 000000000000000000019aafc53f55295fbc0a1ec33db53d959b2dced0efc884 0.05 MB 127 2
892,222 892,222 00000000000000000000b7f9620315a76add2c022cd09f525b8d540d5a5ff8c8 0.32 MB 919 2
892,221 892,221 0000000000000000000233b96c07f3a709500f66c22285cacfb1bcc194e5d6e4 1.06 MB 2,438 1
892,220 892,220 000000000000000000011bd66849a14b401c73d75b2073537a935e0181a57fa1 0.09 MB 248 2
892,219 892,219 000000000000000000007783e1270be4cabf8d4a6b41b3e672805fa54d46e17f 1.32 MB 2,925 2
892,218 892,218 00000000000000000001fe8c00d4c2f897d2e5073ca56cdc0d44c8afba50c4b2 0.76 MB 2,037 2
892,217 892,217 000000000000000000002449487840c1481b63c6cdc0bdb677ba667010a56179 1.76 MB 4,543 1
892,216 892,216 00000000000000000000c3eaa3ab3f24426f755ecbea6223ac8b92a5893155b4 1.31 MB 1,576 1
892,215 892,215 000000000000000000001b35a03195a3ef6c040a99a843e6cc9e38cc2debfaf3 1.67 MB 3,818 6
892,214 892,214 00000000000000000001c337bf4da360d9ca407151785dc34d86e7eea69ba6b1 0.40 MB 645 2
892,213 892,213 00000000000000000000d1b5d71c50c7a3ee2f4a9462b44d1a86e1dfe5ba7a7e 0.02 MB 43 1
892,212 892,212 00000000000000000000355ebb277d0799efa6e6d1f12ead339d352f4974f7ee 1.03 MB 2,220 3
892,211 892,211 000000000000000000015f986b9ee7384687e4a756431b8305c2b25e038c3958 0.04 MB 112 1
Previous 10 blocks ↓
Total Size: 769.05 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,627.47 GB sent, 93.12 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.