Memory Pool Memory Pool Refreshing

233 transactions (0.06 vMB)
  • 1 sats/vbyte = (7 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,765 00000000000000000002349e0000000000000000000000000000000000000000 0.03 vMB 167 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,764 (844,347 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
64,417 64,417 0000000000a2d4cf2235af7c3c67bcfe1f4a4f61c28a5e99aa279f589b2c21e8 0.00 MB 1 0
64,416 64,416 0000000001ece79e892a6e147407ee9837bb0a3947ed6e104cad9bebbf19dd12 0.00 MB 1 0
64,415 64,415 0000000004ce74b39718ea203fabf91564b507bf543fa58f939830889e347e09 0.00 MB 1 0
64,414 64,414 000000000bfbac14f1a0f692493f24ac5f2c27b31a321377d04e4e89f9fb6c2e 0.00 MB 1 0
64,413 64,413 00000000047ee906da5d7ef9fbd1f5860b1930f072ac8bb2b2dea4c227d67b92 0.00 MB 1 0
64,412 64,412 0000000007a95d30b2c90e59d7cdefcf088f336a6b5861ec5438a7d7a9e1f5e1 0.00 MB 1 0
64,411 64,411 000000000840cd1c859ecc670e3b1d8908dd291b76683b1e048563823d780332 0.00 MB 1 0
64,410 64,410 000000000adc978563771401037b60ef9a6ef83f522ead6549de590de20fa9db 0.00 MB 1 0
64,409 64,409 0000000001da76e2421833284298d94df4e8a76041eaff49b020ad059b502043 0.00 MB 1 0
64,408 64,408 000000000b4cb66c255f70a0fadab21ec523ba43e61dbae26198cf9f344128ca 0.00 MB 1 0
64,407 64,407 00000000039a163acc4531cdea11c04ad92ca5839490a7dbb39e3c03cb90c91f 0.00 MB 1 0
64,406 64,406 0000000009242aa05767c24382ae274955d7d27fe82357c19dc7ea8e1eeac701 0.00 MB 2 0
64,405 64,405 0000000001985509dcf27863441ad6d95660ea71ce4aa9a6bd360f0317bd82f2 0.00 MB 1 0
64,404 64,404 0000000007376aee52247ee17e9f8961dc93994b5f60d68a906ff1dccfd3df40 0.00 MB 1 0
64,403 64,403 0000000005d3aadc647d255e8fcdfcbf69858bea5b468accd0f6858c07377bae 0.00 MB 1 0
64,402 64,402 00000000036f59dd6d8117c861b869933848b3f9cb549c475afcf7ec778eb828 0.00 MB 1 0
64,401 64,401 000000000b3177abac29313a18f625d9b15cfbffdc55a214767dabab099238a3 0.00 MB 1 0
64,400 64,400 000000000510d2e9e31a7d5d2ba768f3f9742a9a8cd80da26b04d10f0378a847 0.00 MB 3 0
64,399 64,399 0000000001e6768e4caa171ad9e21f898af8a2cf2a13d8319606a9609291a5b3 0.00 MB 1 0
64,398 64,398 000000000c00cc7716e499c44dc6ba7b9de8930c2e0577d178ffb3b26414c7d0 0.00 MB 1 0
64,397 64,397 000000000b925c4be22d9d238d879358df2833fdb6c9abe4072be202db57ffbb 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 771.12 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,856.45 GB sent, 102.59 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.