Memory Pool Memory Pool Refreshing

2,018 transactions
0.62 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,530 00000000000000000002349e0000000000000000000000000000000000000000 0.59 vMB 2,011 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,529 (903,690 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
4,839 4,839 0000000082189e843992c00893ababb1c4fc1af7b3ee3f6ab71df2938dae5467 0.00 MB 1 0
4,838 4,838 000000001e1910f660a1264bbdeb70bb6416f674453dd0bf5e650da2c0256c27 0.00 MB 1 0
4,837 4,837 0000000059741366a15a6a72686abe949aeda79bcfbad732088a04c31c34d81e 0.00 MB 1 0
4,836 4,836 000000006d1fa3ca766ef9fc18a563e2b54de10954ebac43714877d061fbe778 0.00 MB 1 0
4,835 4,835 000000002c322bef45528e67aac4e4b790d8f9dae02edee3cbbde042cc2d0f5f 0.00 MB 1 0
4,834 4,834 00000000b161ef794d7dd6593693111ea55fcf8093c1344f03dde78c9218d83f 0.00 MB 1 0
4,833 4,833 00000000c16493f14a748fc3d3ca9e4710e066bd11beed460af5e22b431272c5 0.00 MB 1 0
4,832 4,832 0000000016f66f0d2df87801739dac3a8f21ca0e196ced718251a50f4ce25605 0.00 MB 1 0
4,831 4,831 00000000a30bccd33fb3bb608d5df88eaa296edf37d3d935d23efeca6ab8bb35 0.00 MB 1 0
4,830 4,830 00000000472951823184b31dba0c03b0cf77601076897030fcb03ec8302bda14 0.00 MB 1 0
4,829 4,829 0000000020ea3ceb62f0b425889186f80144f92280f3fef2175752d9091f4c7a 0.00 MB 1 0
4,828 4,828 00000000a0f48cdf9e763911cee38b24f391cf3b492697e93671d1528d91fe88 0.00 MB 1 0
4,827 4,827 000000004a898a49dc00e66790b40784f86b4a3b20937c9aaa35af8be6a45a09 0.00 MB 1 0
4,826 4,826 00000000ace0b517af92fdcf78ac71bf4c297205cef79b9854433df7dace6f0f 0.00 MB 1 0
4,825 4,825 00000000a572f68848d819c0d35906b0905ea98f184e5e33e85832b7e46884f2 0.00 MB 1 0
4,824 4,824 000000008a49bf503cbdf8c5016927183ab252673dcde3b552a2441f6c4b5829 0.00 MB 1 0
4,823 4,823 0000000079f9e79fd7c741bf261b712379495dc62d06eca38884e7aaf3887884 0.00 MB 1 0
4,822 4,822 0000000067d925aef445c31994026ba9b6d4d2d4022fd04f4111a3fa7e2b2627 0.00 MB 1 0
4,821 4,821 00000000e0be8c1aed8deec216f290765e072e5d909e5908b137418d99805bfe 0.00 MB 1 0
4,820 4,820 00000000f2dd2f23d3d3008a8ef26be0333d06b071687ae4e414caea637f2f93 0.00 MB 1 0
4,819 4,819 00000000c097a3d70d66d430bae5a410e6a1ab92eb817792d5e1a3954fbcbf7f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.68 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,842.28 GB sent, 100.38 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.