Memory Pool Memory Pool Refreshing

5,440 transactions
2.67 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 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,826 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,833 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,825 (584,334 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
323,491 323,491 0000000000000000199d311c68feecd7465b1e3b2a75935c0c6acb1a36fc0148 0.50 MB 1,081 32
323,490 323,490 0000000000000000002c413c5b715648adb106b3ced932124919ff9daa74baba 0.37 MB 595 26
323,489 323,489 00000000000000000ec1c14406ac4c2db8f75e4174710daf423036880048d967 0.36 MB 598 27
323,488 323,488 00000000000000001814a7fcf4e45b24412b0e1fbde4a89fadb20384433a0d93 0.45 MB 799 24
323,487 323,487 000000000000000014f0a6a7e38c53f634c01d66a10d8e61b9371bc62f68b94e 0.03 MB 64 56
323,486 323,486 0000000000000000057a2b8cd86f38f5e15e1353630f88a24fbfe77db2cab609 0.53 MB 825 27
323,485 323,485 000000000000000010e9dc82e177c43ea135de2084e8f02c4d65a01eed21077b 0.19 MB 368 28
323,484 323,484 00000000000000000fa00c18e8317f31135facd670714b5accef35ca09cf8feb 0.36 MB 764 26
323,483 323,483 00000000000000000603792f32f1b15e65b34fe97a5ad398e7a68f5f65a71f2a 0.90 MB 1,514 26
323,482 323,482 000000000000000017bb25ffc497fb16f08bb4d0037d9082f2865d5288acdf23 0.08 MB 148 29
323,481 323,481 00000000000000000d2c3397893203e2c398fd61f9cc9f9fa519b92822094413 0.38 MB 775 27
323,480 323,480 0000000000000000186fc45298e94c77111a9ad74dcb8cde7fe8d4ddb6c5db14 0.01 MB 10 24
323,479 323,479 00000000000000000d125b7200726f9d22f9f8b0b6e6303f94226172a199edd6 0.14 MB 282 26
323,478 323,478 00000000000000001007129a76dd8cdf3e9dcdc4498594346ce2f3bb2a38e3d8 0.21 MB 411 32
323,477 323,477 00000000000000001becba5acfa2ed3f50cbadef569367f6f03d07905a69c71f 0.05 MB 65 14
323,476 323,476 00000000000000001a3301a4a89da6d3e080bd1854a6fe857b3bd3b829a50a7e 0.44 MB 802 29
323,475 323,475 0000000000000000101428e1d1ef300cb34bfd40410f682f8a0833d67b0f7951 0.33 MB 585 26
323,474 323,474 0000000000000000107271f4515c1def4d320eba11a81fd030af0fe618b66a26 0.35 MB 812 32
323,473 323,473 00000000000000000710fca0bea905bf9692c1690caf237cbd5fe28b13eb11f4 0.03 MB 32 20
323,472 323,472 0000000000000000065234c3d0fbfdd9ebe5e7722f167c69a4ce6e7661349401 0.33 MB 626 26
323,471 323,471 00000000000000000588ef4d19ba1093969f4150a7ae28d9ff93c72656e4bcd6 0.07 MB 110 23
Previous 10 blocks ↓
Total Size: 769.21 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,634.56 GB sent, 94.01 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.