Memory Pool Memory Pool Refreshing

19,314 transactions
6.16 vMB
Show Random Selection Loading Transactions
Max Size: 36/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (622,700 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
285,019 285,019 00000000000000009d61791961c551ea53f998980b319439492518437e97e2b3 0.23 MB 609 43
285,018 285,018 000000000000000189eca9842cffd2a5ff4ece3ddce4fd0cbccd771ae5ba1444 0.16 MB 341 35
285,017 285,017 00000000000000005610dbf97d2c38902496e47caa9fbc1770f6bbca3c4d222b 0.29 MB 730 51
285,016 285,016 000000000000000095df93a49566b10dec9be57c672b185e73e52ba8f9818056 0.08 MB 169 36
285,015 285,015 00000000000000004df8b3cb75734d037a7812fd41240cee5a6a8e186ca09247 0.33 MB 832 48
285,014 285,014 000000000000000100ae83a75041690f0030a68459babaea57694f5abb8ff2e2 0.21 MB 485 41
285,013 285,013 000000000000000072ad55e6b1d4a7ac0be3de12feb288680caf0d22b391ff1a 0.16 MB 366 52
285,012 285,012 000000000000000145cec56cdecba33b3a51702268f25d409a9075fcedcd1b55 0.35 MB 744 42
285,011 285,011 000000000000000036749c61ad44937dd70a8e0b4370a699cd8d6d4a0a610aa6 0.10 MB 122 12
285,010 285,010 000000000000000032aca385a3447109b6db759579355f575f5e121e46ee52ee 0.05 MB 118 56
285,009 285,009 00000000000000015745d5099a8c28f6ac16fa1aa3458e49df72ac4c585edc0f 0.16 MB 380 37
285,008 285,008 00000000000000005b54683a56072e8c291451c35878cc43b96f19d9931eb840 0.29 MB 605 50
285,007 285,007 000000000000000008a3912a19af1a3b4d4942409a5aeda58a4aa17432bb3da1 0.06 MB 89 17
285,006 285,006 000000000000000086e716707345913b564005e69185c89e1bf6f1bc64cec03e 0.50 MB 1,131 39
285,005 285,005 000000000000000053624e78d08659fa5bb6921ad2172da72a941fb9d9b6a21f 0.25 MB 675 38
285,004 285,004 00000000000000011f7adee26465880114950c6f9cb217924533024494987e31 0.05 MB 165 113
285,003 285,003 00000000000000012af714add6f7fe1e0bcbc515f1ba4c5672a30127534e4617 0.18 MB 362 33
285,002 285,002 000000000000000187b096f90509a611a34fb47c38a040630a18e57bf0874c25 0.35 MB 826 43
285,001 285,001 0000000000000000ebe6e22b223ff351c37da2d36c663e0d20be6f25ad1bb983 0.19 MB 458 52
285,000 285,000 0000000000000000d025f124aa161818f131b56f67d26ea96646ca2ccf671a61 0.06 MB 66 19
284,999 284,999 00000000000000011a6b92516471ba696a3485d6aabd66d3031e1226f639ba96 0.50 MB 481 16
Previous 10 blocks ↓
Total Size: 769.02 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,624.47 GB sent, 93.00 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.