Memory Pool Memory Pool Refreshing

1,638 transactions
0.49 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,639 00000000000000000002349e0000000000000000000000000000000000000000 0.48 vMB 1,638 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,638 (848,415 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
60,223 60,223 0000000004d194860d68aedd1b0e27132a4863bdb974b7fec578eda7e14066f9 0.00 MB 1 0
60,222 60,222 00000000022572e7235fbfde52e1f6fa880eb66549de8282fe625666f3ef7713 0.00 MB 1 0
60,221 60,221 0000000003d9d2cdcb84e10abbeec4f349765887651008e0f7f2ca1c3f26bad3 0.00 MB 1 0
60,220 60,220 000000000c1cf3a300cd77d67880851b9514d5b0b8fffdd954a04e9d1f66ce72 0.00 MB 1 0
60,219 60,219 000000000217ddd7fa674a8837bc36d275b97f6e1a07d93c1284abb620174f06 0.00 MB 1 0
60,218 60,218 0000000009d241da517353ae0dd91ac24cdf758c023d9280b5b871575e924e2f 0.00 MB 1 0
60,217 60,217 000000000e6efa59bedd5becd42b7ada551540cc80c6ebdd0a15f1a93e44eb31 0.00 MB 1 0
60,216 60,216 000000000be31c864479dd960d742de65a196d63b7c9b7103a688ce16bb151f7 0.00 MB 1 0
60,215 60,215 000000000271affdc1957e2cd52b8dcd3af2e9193b8e50b0df6f530e1882a1b5 0.00 MB 1 0
60,214 60,214 000000000e8c4628f264f84ebb18df2406e44879380702dbcf898100381a4cdc 0.00 MB 1 0
60,213 60,213 0000000007dde92407cc442a61b0933110b92863109a068d534690d5f8bb9d0b 0.00 MB 1 0
60,212 60,212 0000000006db23caa5932d88ea7b0ec6ce1775eb2836ca9fcb7a9531ca062510 0.00 MB 1 0
60,211 60,211 0000000000d8d9fd2d7f9654f8a40792e40e1ec1598bfa8b329544c246cd57e2 0.00 MB 1 0
60,210 60,210 0000000003cfa03835c404dc6dc674ceaad1d37d6794b90247370aec98b6b7bb 0.00 MB 1 0
60,209 60,209 000000000b2d3b829d4c09e78f6b3763bf8387cfdbad037d0ba8b2c14737ae29 0.00 MB 1 0
60,208 60,208 0000000002028e11f7fc0236e147fcc00d806210adf0ca31fc7f6086e11ea241 0.00 MB 1 0
60,207 60,207 0000000004872e2a19bdd029432b665722ad2f73dba7a061c69d428d5ea925a9 0.00 MB 1 0
60,206 60,206 00000000068be3255b15e9b13b0a12f2492c8601a76764c0e00381d3009132d2 0.00 MB 1 0
60,205 60,205 0000000004d1a34f7393bf58c811196eee1dc8aee3355adcfec0dbffbde5b20d 0.00 MB 2 0
60,204 60,204 000000000e29a4f807dd3755330c44e560c5367af1fc637518f026b96375ff0d 0.00 MB 1 0
60,203 60,203 0000000007811add35335c915b20a5e6a5a9463af46395ff47a4d758c8381f5d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.90 GB sent, 101.33 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.