Memory Pool Memory Pool Refreshing

10,118 transactions
4.14 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,722 (753,702 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
154,020 154,020 0000000000000928767c2d9e0bc0d05df445abe1886de4a258906c81e695dcc9 0.01 MB 24 26
154,019 154,019 000000000000053b1578dd31adf5503aac0fb5a9308d057951252d7e98f60b89 0.00 MB 11 0
154,018 154,018 000000000000023667c6dbe1b8fa7d80e8aaf21569976b83c7a0ff241b1cb650 0.02 MB 43 59
154,017 154,017 00000000000007f3034f5dd59eaba7f3250165eed08d0252afcc71007f22f10d 0.00 MB 10 0
154,016 154,016 0000000000000227053c95b10bd732fe6cc211a0b2d360f76610e614cebbac62 0.07 MB 38 789
154,015 154,015 00000000000004ccfd2c20a426d2da905f6a0578155881fc9a826aa493a213ff 0.03 MB 90 95
154,014 154,014 0000000000000881a832d56f46191ae29ab8dc161e159d14c1a24d191f0fdcc0 0.02 MB 31 41
154,013 154,013 0000000000000c0495637820456d7df978b2ebcb413dae69384d4d0c458d4ac6 0.01 MB 19 305
154,012 154,012 0000000000000c903d611033d7f69368b69552f79bdedead19b53cf585ea780a 0.01 MB 26 264
154,011 154,011 000000000000025013773de49f9538ea7bb747706cbc275367ca4985ba15b83e 0.01 MB 19 47
154,010 154,010 00000000000002da814563051aa6d023614680e1b81435abe3ccafc78142ad60 0.02 MB 24 79
154,009 154,009 00000000000003bccb90014fcd06fa079253807bf105ef3ffef84be60f1f4095 0.05 MB 101 178
154,008 154,008 0000000000000b44cc6d2ce7a49a9134450b26708bb114e65f41c230251c6f22 0.05 MB 124 20
154,007 154,007 0000000000000ade3b98790f9ccceedb3715557e0f24691887a4573dc3158e6a 0.01 MB 12 22
154,006 154,006 0000000000000ac450df91a29d09e3abe202941a01b54cd345f943b5295e7225 0.04 MB 124 121
154,005 154,005 0000000000000aae034c4bf93c4cfd72385943a85b51561d4729e236d81bc54f 0.02 MB 30 125
154,004 154,004 000000000000031cbb253814adaec90abd543e0ff3f4529a1df4d428162588e2 0.04 MB 90 266
154,003 154,003 0000000000000842d85a86b3ecc50611367bd90ad20cbf2b7fecc3f65048a1f2 0.01 MB 41 92
154,002 154,002 0000000000000008bc5eda0ff3ebd8d2da7c526eb8b59a235f6e333bed72694a 0.00 MB 11 336
154,001 154,001 0000000000000cfad9660f9068486ca4fc83ba6e5fcef0ecefc8c7eeb2e0e15a 0.00 MB 8 150
154,000 154,000 0000000000000a7446d1a63b8229670aa02d1d9fdfd729b89107fe5d88dacd8e 0.02 MB 45 22
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.78 GB sent, 93.00 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.