Memory Pool Memory Pool Refreshing

6,446 transactions
2.44 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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,700 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,506 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (627,720 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
279,979 279,979 000000000000000131db6583de23275b7347ffcd8a1933b17a5b32ff19780fc8 0.04 MB 77 44
279,978 279,978 00000000000000011fd0451a7c5c08d91a6de3c07e14d6292a92d239c6e76f80 0.08 MB 162 21
279,977 279,977 0000000000000001ccc4a69811cb1baead5daa5b556ca76aec4242039bedcf41 0.33 MB 492 23
279,976 279,976 00000000000000011409f8dea9ed6d7f0ec13dd6b3f0c9e144b5732e6b1461ed 0.03 MB 89 150
279,975 279,975 0000000000000000cb0edcfb6626f936c2582de3a2eb1d97934d63a79289d035 0.20 MB 444 60
279,974 279,974 0000000000000002c0272f814a3f6a0065835ed4b84c69cc41c0076e595d5eb0 0.04 MB 74 25
279,973 279,973 000000000000000091f5e89df7a5281caca57802509392efebf7dfcc43febfc8 0.31 MB 615 33
279,972 279,972 0000000000000001946183d6727ded297e5ab5669b6f1aeb99872c188d1ee814 0.03 MB 103 146
279,971 279,971 00000000000000009f9dbc76a4c9d5b5e4810473a89faa6aca1b2a767b291e8f 0.16 MB 319 60
279,970 279,970 0000000000000001cdbf2ccf00af9ff8cb7f381624e56d172e4ef977969da7d8 0.35 MB 759 51
279,969 279,969 00000000000000023f4d3e0e61a50971372d9270efee2574bca548661b52e6f3 0.02 MB 29 22
279,968 279,968 0000000000000000fe6b4fa6e11588d6bc6ad15ff18974ccf310c945a1875241 0.32 MB 627 34
279,967 279,967 0000000000000001fe1588cb9e785910cc90e6123331b2eb97d9af97f6cf045f 0.03 MB 101 168
279,966 279,966 00000000000000003190960032242e9ab3a4a593a82022bb2881d2931d5979a6 0.10 MB 88 8
279,965 279,965 00000000000000016f33162b1584e1aa410ee702d7b34ba0d2b139ab8181fb6b 0.05 MB 114 50
279,964 279,964 000000000000000108c233ca57ba99e356f6c325e9323704855ca5309134ba67 0.14 MB 284 64
279,963 279,963 0000000000000000008d811c78f3f3b8b360fc2cd4bfab1f90c33d19325506cf 0.23 MB 315 26
279,962 279,962 00000000000000013594bc270c455395b68f9399ae5843bd0dcff7421e9e3bf8 0.25 MB 552 78
279,961 279,961 0000000000000000fd2c799b971dc37183f9ad907db9625397b707aa517a07c4 0.03 MB 46 22
279,960 279,960 0000000000000000b20c439edc67e7d04651e95b3d0285af78942d30391734ce 0.15 MB 338 41
279,959 279,959 00000000000000009658b97b23a22a3818908d080fda65164c517cf95c3cacb2 0.03 MB 103 109
Previous 10 blocks ↓
Total Size: 768.98 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,616.51 GB sent, 92.74 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.