Memory Pool Memory Pool Refreshing

775 transactions
0.33 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.32 vMB 766 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (753,094 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
154,674 154,674 0000000000000daaa7b8b7a45c9cbb3c4681d532b88660da5770a844ed9e36b2 0.02 MB 68 24
154,673 154,673 00000000000003a2dc891e7a66b12ff5bec8b10fcfe7fe22b2711ce67ba05ed9 0.00 MB 1 0
154,672 154,672 000000000000086115ce2ffe7a25c82275db96247ba4afb77bbb25517b5b95ba 0.02 MB 41 159
154,671 154,671 0000000000000bbb38387da016a225bb7aafc1739e601df1f59b5abf710e8729 0.00 MB 9 0
154,670 154,670 0000000000000ca753bce251d14368c8ed4363c28c957b53e1c6a635f9381391 0.01 MB 48 77
154,669 154,669 0000000000000b6499595aa076c52b2c75947f1fd26eed5b45cb14a67a591e7e 0.01 MB 32 155
154,668 154,668 0000000000000276486a0ab6ad8f789da971f60aa021fec22d5722c6e5a80b41 0.01 MB 10 266
154,667 154,667 0000000000000751080ba4118ad653dfa3cd374e5201bf54f86cbf0d0a13299f 0.00 MB 10 42
154,666 154,666 000000000000049655ff3d93065781d24eb9776aad5a16bff03ced01049efef6 0.01 MB 17 10
154,665 154,665 0000000000000b7417b8ed5378e2cd93c2a3865f24492cce7587011779768c47 0.00 MB 11 31
154,664 154,664 00000000000004f7c86668fd3e0d6b5c9c8f0a709b0b073554c82942b5702206 0.01 MB 15 195
154,663 154,663 00000000000006d16edfa2b107190aa9268ad5363c23d2dcf911b738643f505f 0.00 MB 10 174
154,662 154,662 000000000000080503ad02d9e62fd495e53ec405da090090c2e664297f045f02 0.01 MB 11 43
154,661 154,661 0000000000000aae39e68c988f7708dd751097aace33795c557f67fc35c591f5 0.02 MB 51 136
154,660 154,660 0000000000000960b8668c5a59ce52737a6303557243dd6790a02b5191a9df5a 0.00 MB 13 334
154,659 154,659 0000000000000225cfa964e5c900adec464a432482a4e5e9f7ed11b19d04492d 0.01 MB 35 134
154,658 154,658 0000000000000a259324e97f3cc4b8966fe73529437788fb555aa6ac1e938507 0.05 MB 169 34
154,657 154,657 0000000000000b4d605b192dca7eb9dafe780e0867ebbf90d752bf102cdcbe29 0.01 MB 21 39
154,656 154,656 0000000000000d50d87da28b415ea71353b1cf00e91ba46553eec29f5ca0a4fe 0.02 MB 38 40
154,655 154,655 00000000000009597ce736e0ebae1e87e880b8e0e88fae9ceab8b996e69424ba 0.01 MB 32 8
154,654 154,654 000000000000057efe08374193a71cce5b8d283387f3beac8c7a90ae1888c324 0.02 MB 27 272
Previous 10 blocks ↓
Total Size: 769.11 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,629.34 GB sent, 93.42 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.