Memory Pool Memory Pool Refreshing

5,007 transactions
2.33 vMB
Show Random Selection Loading Transactions
Max Size: 12/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 ago 1.00 vMB 2,861 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (286,128 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
621,608 621,608 0000000000000000000b533751dead547081609fbbf42523667798ccaf311a6b 1.35 MB 2,847 43
621,607 621,607 00000000000000000006931b6e2c081302b60e54ec0da421ecb23a4d36e9cc71 1.40 MB 2,664 88
621,606 621,606 000000000000000000009e66b0c730cf423a0d740711b075d8b91cddc89391bf 1.32 MB 2,702 44
621,605 621,605 00000000000000000010641129a130faf22246854d7b6669f0543076ebc59a94 1.27 MB 2,455 62
621,604 621,604 0000000000000000000bcbe7f95fceedb4bbe0b9591f10e4277e7d6e43a79009 1.58 MB 1,800 13
621,603 621,603 0000000000000000000b3f29533a6bc71745b7885ffd4d9ce2ea112432a09df0 1.30 MB 2,425 38
621,602 621,602 00000000000000000005a03417f5ae68d4916b66ff4d7c421c1698672bc7c7f2 1.31 MB 2,244 38
621,601 621,601 00000000000000000007bc9e2f034604f35df527f99f720474041ec174bbb8d2 1.28 MB 2,455 66
621,600 621,600 0000000000000000000ca2a8211a0f43b5a7608486bfc437bdf83d1cafe24da4 1.51 MB 1,653 16
621,599 621,599 0000000000000000000f341c51a8045308fa5c815f6414b12e3b3ff7d0b45d13 1.25 MB 2,103 8
621,598 621,598 000000000000000000046e978cd39fbc84644e5325107de946e3296881131e95 1.35 MB 2,363 69
621,597 621,597 0000000000000000000b7b8f9da81fe3bfcee9d84deb23bd64c7d4128254899e 1.30 MB 1,784 36
621,596 621,596 00000000000000000010f844a5ada2f413904e23846332aac0cdf1bd37771203 1.48 MB 1,694 24
621,595 621,595 0000000000000000000bbf1b9ae2d65c86b6566c434c06fbc1c4b175641b9692 1.41 MB 1,962 15
621,594 621,594 0000000000000000000447bdaf495c0f9a6aa2543f06dbd2d8c5ecb7481ec75f 1.25 MB 2,269 25
621,593 621,593 0000000000000000000937c25a3e65ce46fbf076a0681861c7dedacf1e32809f 1.20 MB 1,612 12
621,592 621,592 000000000000000000053e060f2d2138ae76bb079145f3dbbe1fa6ec6f4607dd 1.40 MB 2,499 64
621,591 621,591 0000000000000000000d058ddcf495d1d85350fd90b092714f1a973b082c1a59 1.25 MB 2,138 22
621,590 621,590 00000000000000000010b3b61ca9b7d5c8244279fc9da4204d91123765db5eec 1.30 MB 2,354 48
621,589 621,589 0000000000000000000a707555683c603e7cd6becc9e013163ea19686098c6c9 1.20 MB 1,278 64
621,588 621,588 000000000000000000025d60e2ef58eeb694bf055a0a9d62625604a1ef0e22ea 1.17 MB 1,230 12
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.54 GB sent, 93.13 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.