Memory Pool Memory Pool Refreshing

19,348 transactions
6.19 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,329 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (118,886 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
788,833 788,833 00000000000000000000856f8efcd048e8e90f6240c08dbde33cb6824c313620 1.59 MB 3,712 649
788,832 788,832 00000000000000000004379f9044f7a0380495d03d80b3abd93ce3957cda8d03 1.68 MB 3,755 536
788,831 788,831 000000000000000000000566de16c8641fee9dcacf2dce7ed45ad21d22db5291 1.84 MB 4,814 318
788,830 788,830 000000000000000000036b363f7fa60b45f097b41a3364db6849a5fa2d89eb09 1.75 MB 4,359 384
788,829 788,829 00000000000000000004bd9aeaeb416e42434d949e204765702759f6de25f27e 1.70 MB 3,723 442
788,828 788,828 000000000000000000000e30177367c3feeac16046f7b32becc8ab4a032029c2 1.69 MB 3,556 444
788,827 788,827 00000000000000000000125382620a19c900b3972c5114c9b3e1a597cbee8f6d 1.74 MB 3,638 450
788,826 788,826 0000000000000000000249c4df03bb025f56798793908c878bc508d02c7c670f 1.72 MB 4,101 465
788,825 788,825 00000000000000000000cf2ea1e717fdb02ec6bbeeff9d491f91f54d541e0c3d 1.83 MB 4,591 321
788,824 788,824 000000000000000000057883f6a8d2c3aeb070fa47d4961202d8ee95e209a0e4 1.71 MB 4,300 442
788,823 788,823 000000000000000000038d914e3713f7cf83f9d18dd7073c59bf76a382d99be6 1.77 MB 4,315 366
788,822 788,822 000000000000000000037955218b7fb943820a79a9ca4a6297b6083e59638c9a 1.72 MB 4,207 417
788,821 788,821 00000000000000000000f25f72c3695849a1a53fead161d2c217f74e38a202ea 1.61 MB 3,675 384
788,820 788,820 000000000000000000052fb9984e5906c0ee970b53a9322141438a6e06c6d7f8 1.73 MB 4,618 424
788,819 788,819 000000000000000000057416fb4ea57c2841d57d86168515b87ccd0dabbb27e4 1.73 MB 4,635 468
788,818 788,818 00000000000000000003c52f4f90202af117f1e1eb1021e08919da5003d64c43 1.66 MB 3,935 546
788,817 788,817 000000000000000000013c1917641e1786867fc1d56d952c831817a6cfe90b7b 1.54 MB 3,308 606
788,816 788,816 00000000000000000003e501329bbcdec7a968527a9fd5274dbdd4134d04fb1e 1.48 MB 3,301 583
788,815 788,815 00000000000000000003b7e94493b72aa791688a5b397467b757d8fb5699e7e8 1.72 MB 4,712 440
788,814 788,814 0000000000000000000437f8cafb9100bb8e8c95a7a32209caf43676fe16a390 1.72 MB 4,486 435
788,813 788,813 0000000000000000000365584f62fd7b83df660a8e2e0d5c0a7cbad2be431d21 1.65 MB 4,155 556
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.