Memory Pool Memory Pool Refreshing

8,440 transactions
2.62 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,886 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (390,475 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
517,388 517,388 000000000000000000214c9c222c7f9039a710c8f196af38bf053514817c5f57 1.08 MB 1,382 23
517,387 517,387 0000000000000000003e028be7bd1e718e8328197d015825c38c8c6f75dd2fa6 1.08 MB 950 8
517,386 517,386 0000000000000000003b568606ffb150728f2804e56a3a870f62f7447e9139bf 1.04 MB 1,405 21
517,385 517,385 00000000000000000037b9055a1bab4c85be1239c42e07cf369469da52c6f7eb 1.04 MB 528 6
517,384 517,384 0000000000000000003e57c8c4cc39416b193651c80d397c5da3e4357da718f3 1.03 MB 431 5
517,383 517,383 0000000000000000001a0b31859dff3f3904ddfe4e95a3f3ff5eb20ad029e1cc 1.00 MB 102 1
517,382 517,382 0000000000000000000ed74a300a219348ebfc0b2a35128330ab98f24ece7568 1.18 MB 1,632 7
517,381 517,381 000000000000000000455e021a35da9022672c4de959bc2aba98f3ab0c1bdbb1 1.09 MB 2,347 40
517,380 517,380 00000000000000000012b9c87b747f71b8efc823a054aebb59173a66f23baf51 0.89 MB 1,957 28
517,379 517,379 00000000000000000018b05e4c61e885a374227626f5753f9310cca31c607ce8 0.00 MB 12 19
517,378 517,378 000000000000000000345f6f9cdcc49aa54190beaccdc2dc210be7fd849850cc 0.61 MB 1,290 30
517,377 517,377 000000000000000000405fbdaffb5b100bc3f18c742fa8a7c929ef37201b9e90 0.11 MB 214 46
517,376 517,376 00000000000000000016afe208b8d822865b42bef3d3f7adad302a4e7ddfb03c 0.04 MB 42 13
517,375 517,375 000000000000000000417efffd64f8c368567474ec2336c87e89522bc39ae2e6 0.49 MB 816 26
517,374 517,374 00000000000000000012d31e6d99072b7dcda088cb24acaee491420095585437 0.96 MB 988 11
517,373 517,373 00000000000000000022531ee87cfbdc13da1388510b9b4fad24a290b7f1ec76 1.10 MB 1,869 22
517,372 517,372 000000000000000000495815d9701c256532fa1ce5c0d22158511894a66c9baf 1.12 MB 2,571 36
517,371 517,371 00000000000000000000208c1bbfb58591934342fd630a0776570330852342d9 1.02 MB 384 4
517,370 517,370 0000000000000000000cc6e061a58bb088e5cbed725e92586f0d6c7d8b282449 1.03 MB 600 7
517,369 517,369 0000000000000000004b83d46ae8e13113bcc7f520425e49ccbc50c0c95d9e20 1.06 MB 1,346 15
517,368 517,368 0000000000000000004d974831f1028f1329e522bdbc9d632496b343b6e17d18 1.03 MB 524 9
Previous 10 blocks ↓
Total Size: 769.28 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,635.60 GB sent, 94.35 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.