Memory Pool Memory Pool Refreshing

6,846 transactions
2.01 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,852 (161,529 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
746,323 746,323 000000000000000000093de9e028e89b48f092bf802fdfc5afb261519db5f819 0.94 MB 1,343 11
746,322 746,322 00000000000000000001e8089aa0cb280ecd8df8d4d5625d3171171d5bf8ece4 0.83 MB 1,637 12
746,321 746,321 0000000000000000000489eb04eb6010b682bec78e78eb141995e532b6036f05 0.74 MB 1,244 11
746,320 746,320 000000000000000000069afc5ba4067a91a2a58456036485f6e174106d49fc16 0.53 MB 996 12
746,319 746,319 00000000000000000003322bb2d3de2e0411374ec7f4b1e63110b67dd70ebd14 0.88 MB 1,507 11
746,318 746,318 00000000000000000003945fee1e5b933e2460900fab9512ab438e0af1103e58 0.05 MB 121 17
746,317 746,317 00000000000000000007ac027e235131d03d17eabcd8fd00665c2e7baa401a0e 0.88 MB 1,254 9
746,316 746,316 000000000000000000078122613e175441f28ac8fab870e46f0632b6765d89d7 0.73 MB 862 11
746,315 746,315 00000000000000000003b3b3b8c9553641a3d6aa86df1ad83929ec57e6deb1a6 0.65 MB 870 10
746,314 746,314 00000000000000000002ac9c0ad11b243ad277d1cd11353bcce4b1b78c927a7f 0.00 MB 15 28
746,313 746,313 0000000000000000000636441a20b08c932f8fc4c647085c4ad3fae32a672902 1.01 MB 1,488 11
746,312 746,312 00000000000000000007f3e46b5e39a98e5b4940517d94962ba34bb3694494f3 1.36 MB 1,324 6
746,311 746,311 00000000000000000005a574352cd7a9eaa4a690509fae7cc5dc9b720255ca88 1.63 MB 2,588 8
746,310 746,310 00000000000000000002f5d20a1500346d9e02811046b682134f6b19b0915bdb 1.60 MB 2,362 12
746,309 746,309 0000000000000000000778f1c856cc06f21ae08551ffba90999a5df701818cbd 1.72 MB 1,095 14
746,308 746,308 00000000000000000003cab4fedd097ed6211d61fb115156df0ded7b5d534301 1.59 MB 971 16
746,307 746,307 00000000000000000007ed950da9996b1fa35d5f87f91004ddc3df05d18131e1 1.18 MB 1,465 18
746,306 746,306 00000000000000000002a6ea051f5df42423d73776742ad631bb4c5f8eda4601 0.28 MB 503 8
746,305 746,305 000000000000000000066c162d66415ead092ed66ce679a40d03e30250bba019 0.45 MB 622 11
746,304 746,304 00000000000000000005b48ee2b86c8a31513d31511e636488f58cf36e05dec0 0.37 MB 521 9
746,303 746,303 00000000000000000002c24949e7ad3fea09150f18b7f800100a4568937d45ff 0.76 MB 1,339 8
Previous 10 blocks ↓
Total Size: 769.27 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,635.32 GB sent, 94.25 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.