Memory Pool Memory Pool Refreshing

4,301 transactions
1.26 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 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,819 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,328 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,818 (193,559 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
714,259 714,259 0000000000000000000b4eb33cae6c8040892e1bdd6668192235529be27167d4 1.76 MB 218 1
714,258 714,258 000000000000000000067888aa7e050ce99c7b2189b12ca14a5ae57ded79c6fc 1.56 MB 2,108 7
714,257 714,257 0000000000000000000a4eae2cea8c2ada118313b6ca47b175b792115675fa10 1.79 MB 1,703 6
714,256 714,256 0000000000000000000128db7147241299c65986cc8982f9adb5c23fb71c7542 1.56 MB 2,644 9
714,255 714,255 0000000000000000000afcf9349463add5d3bc691e84e0fb0be88591977d5e07 1.50 MB 2,992 13
714,254 714,254 0000000000000000000268b9c7ba49a8ffa1fef0753e873fc9e90c714620b6cb 1.46 MB 3,438 7
714,253 714,253 00000000000000000009acc99529228199622356c9549ad1d827bf6a1b040398 1.70 MB 2,552 14
714,252 714,252 0000000000000000000b18465cec54a8d70f796f0b3ccc0f76891c69b67b2031 1.86 MB 906 7
714,251 714,251 000000000000000000047806bfb561ffa44671f4dc08b2a3a1f21a258e91348d 1.76 MB 999 5
714,250 714,250 0000000000000000000557d25de40242d54fe6565163dfc90653db59fbd2fe1a 1.79 MB 583 2
714,249 714,249 00000000000000000000c2a7180b9f84ca9915eaeab52f25b81b98c8ca2790dd 1.62 MB 2,319 3
714,248 714,248 00000000000000000005c764a905b282aba824253af8ca1508b318dbf7f94527 1.46 MB 3,007 15
714,247 714,247 00000000000000000005db3b3bee71d4e5aeb90e237e2799e0f9ee9e5ce48a44 1.79 MB 785 3
714,246 714,246 000000000000000000021c599dce5ec1a26421df7e2a8251f32bbee979a8c6fb 1.81 MB 415 2
714,245 714,245 0000000000000000000b0aa47a64dec87afdee59d22457a206eb4563f7554c8e 1.80 MB 735 3
714,244 714,244 0000000000000000000663ee087b43eb4914faf87cab7b4f7f98acc17b85587e 1.54 MB 3,109 12
714,243 714,243 0000000000000000000742acbfaa13f7342c670b93b4dc0c7a6a303ce9d3d008 1.52 MB 2,795 10
714,242 714,242 000000000000000000030c7e13149325823515fd5fde01fd798d541b942b7e74 1.78 MB 944 4
714,241 714,241 000000000000000000031c90f5892780b5a8d4f61cd99fe8667df059bfb09e84 1.82 MB 499 2
714,240 714,240 00000000000000000004bb017369c4252f94fe294c80a54979c1c885ebccce33 1.72 MB 1,880 3
714,239 714,239 000000000000000000028f4daaa784a35f9d5cd7e8b081ffbde6885d82855742 1.54 MB 3,087 9
Previous 10 blocks ↓
Total Size: 769.20 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,633.87 GB sent, 93.93 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.