Memory Pool Memory Pool Refreshing

4,804 transactions
1.71 vMB
Show Random Selection Loading Transactions
Max Size: 9/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
907,993 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,685 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,992 (220,539 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
687,453 687,453 00000000000000000002c75d2388f898733542e92df628af7106ed21703af054 1.48 MB 2,154 6
687,452 687,452 00000000000000000002018d725183eb02639889821a1be9ce4ae2fb38caf513 1.60 MB 2,135 24
687,451 687,451 00000000000000000006e82d21b09eeb6e4edf693db0fa05d650dc49c170159d 1.34 MB 2,962 53
687,450 687,450 00000000000000000003a877a928f6dfc1df93f45b94d45972dc2108066e008d 0.57 MB 883 18
687,449 687,449 00000000000000000006cea48613b6d861a47ad22baa11100f2bbe6e2241bcca 1.26 MB 2,296 21
687,448 687,448 00000000000000000001edbe385b18a7594b7a5c640852f67dff95cd02ce25e0 0.18 MB 335 30
687,447 687,447 0000000000000000000bb50cd5ab20251d12144463200de9b64f2e8a342ed149 1.41 MB 2,524 28
687,446 687,446 0000000000000000000caf37d1e24073e05e328f50417d7ae9aafbffba8dd40e 1.12 MB 1,796 22
687,445 687,445 00000000000000000005050f92cecef4b48f5353793b311e88645168ecccc997 0.37 MB 328 17
687,444 687,444 0000000000000000000ca28e406086653d4faf99e8b6ec771d001773dbca9829 0.92 MB 424 5
687,443 687,443 0000000000000000000795a3cda252880d6007930cb13b39b00a337a904192b5 1.14 MB 612 31
687,442 687,442 00000000000000000003b5f3c8ff171e19812f039b7dfdd7b0dc7ced8c2b9b70 1.42 MB 2,234 22
687,441 687,441 000000000000000000069bb5ff728bcb3612235a4855a26fa1649237a79007ff 1.05 MB 1,787 31
687,440 687,440 0000000000000000000a2614ff8d6f87d7cd65cfefca03e26363a0fae7b11f16 0.04 MB 64 16
687,439 687,439 00000000000000000007dbd349d19a19145d08937bc54e42eff9c7c3c276a282 0.62 MB 1,047 23
687,438 687,438 0000000000000000000719e8202ec9676d2527b5365ee45d09de43eb6d4c3c2f 1.11 MB 1,731 13
687,437 687,437 00000000000000000009032e3717259351bc3f44937457baef949e122a74d963 1.52 MB 2,311 27
687,436 687,436 0000000000000000000487e9dcde3d3aa75199e9449aa4de87f731c4cb413bac 0.23 MB 317 14
687,435 687,435 00000000000000000009e15d2920d582478202455f784ec84d846f8204584d56 0.13 MB 314 23
687,434 687,434 0000000000000000000c37ac07921025f5613095604b8e0a9140390060bc8fa4 0.92 MB 1,770 25
687,433 687,433 00000000000000000001b8d9551f7967e58731f7ade326059adf720dc3a684b1 0.70 MB 934 24
Previous 10 blocks ↓
Total Size: 769.53 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,648.13 GB sent, 95.60 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.