Memory Pool Memory Pool Refreshing

3,293 transactions
1.72 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (388,891 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
518,845 518,845 00000000000000000035b4c9c1d8251074d84d4033ce3d479fd60063b31a51e8 0.52 MB 805 60
518,844 518,844 00000000000000000039eaedc478bb5a7fc852a0a8ed3b924fc23c8c16bc2607 0.59 MB 985 9
518,843 518,843 0000000000000000001f16260050c1242f39e0b686a8611a3b8a1a6ddbadc9f7 0.25 MB 501 33
518,842 518,842 00000000000000000019594142cf2aae1e26e5c0ba0ff1dd8885c56e1d1f96cf 1.29 MB 3,132 27
518,841 518,841 00000000000000000006c8d4d5bfb2e70270d75e3cc4065e7dd907d4430bad7e 0.91 MB 1,825 28
518,840 518,840 00000000000000000026e8829215303c6f478c1a5bc738c1a243b2143d492730 0.78 MB 723 10
518,839 518,839 000000000000000000331fd804643c50d9ed557ae34e2b292152b60bc945a6a4 1.58 MB 927 11
518,838 518,838 000000000000000000068116682265050970c1bedee3a317f526238c62ef4f14 1.16 MB 2,641 17
518,837 518,837 00000000000000000017529d3925f1c1f9e4ad22a944db824c3691787a701264 0.31 MB 517 59
518,836 518,836 0000000000000000001d8062eaadf974b1eb90521533bd6f2969a1b9963b4d73 0.85 MB 1,552 16
518,835 518,835 0000000000000000003105986a93ffe8703dcf0adcbc67564f1da4a441dd6571 0.17 MB 330 50
518,834 518,834 0000000000000000001ccc996ea8030a41c9efeea784626dd8846af5431db5ad 1.17 MB 2,856 20
518,833 518,833 0000000000000000002f861b5932f6d0e4ae9384555d57f578c0cd44b6dea6d7 1.11 MB 1,921 35
518,832 518,832 0000000000000000000456946ad9a50e82916910e250b68b38baaadb9d6f2a64 0.59 MB 1,225 28
518,831 518,831 0000000000000000003ae0b95492148e447fc2ae5b392797b39298796a473a08 0.05 MB 139 22
518,830 518,830 0000000000000000002b47e249dc23d3be6fc7a64ed7b24c97b86add6c15da67 0.24 MB 523 30
518,829 518,829 0000000000000000002de8b88ae4f370a86fa774151e313e1aa237d2f911d0a3 0.26 MB 565 29
518,828 518,828 0000000000000000002ea0ebbb40c1b30bd59245e902c40460f2c673883bebf5 1.02 MB 2,059 25
518,827 518,827 00000000000000000005bf1064304fd91376927d15c37a26e1882800ded4d2e8 0.39 MB 663 20
518,826 518,826 00000000000000000021646935fbb03b2f8605c8522c2a591a5e1919043ee905 1.00 MB 659 4
518,825 518,825 000000000000000000487e0dd3aabbf95b5ac017ca04dc7fe31e3d86d14d9346 1.13 MB 1,217 10
Previous 10 blocks ↓
Total Size: 769.05 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,627.45 GB sent, 93.12 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.