Memory Pool Memory Pool Refreshing

7,538 transactions
3.75 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (787,096 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
120,629 120,629 0000000000001e66d99ac030d360d0a45a10b98b4ade34c2eaa305d697a51c06 0.04 MB 100 130
120,628 120,628 0000000000006dc2467dc0c81ff2e1cca12ea74676601c0511ac61c0ab20f433 0.00 MB 14 1,672
120,627 120,627 0000000000009d40613841f6a1ef10a0f07f04a5a4ebd225d5c25eec219c921a 0.01 MB 34 449
120,626 120,626 0000000000008db687c862942fee57cf223ad64de1c93f64e1ee908d701bb263 0.00 MB 14 942
120,625 120,625 0000000000006dc77fbae5878cbdafc93bb6533e3115112de2899e5c9e0545f0 0.00 MB 1 0
120,624 120,624 000000000000261b7355142108897252abb1fa15b93b10b07414ad37414e1dff 0.00 MB 12 0
120,623 120,623 0000000000005b1efe2aeb2220265ded3ed45cc78d392aa9f09d08eef26cc52c 0.00 MB 8 840
120,622 120,622 000000000000a6efe578ea2239996274dc2eb01f1f3676d1c183e58cf5adc826 0.00 MB 11 909
120,621 120,621 00000000000083c5b166418142f732bf5669cc2458427adf48e16b6cf61f84cb 0.02 MB 31 45
120,620 120,620 00000000000081bdb5895c4a275eba0946670b1083fe9eb042e070306bba69ec 0.00 MB 12 0
120,619 120,619 00000000000098c70abe88e8c375072e7b127cbd7c8aa479db7d5b8c04a2cff2 0.00 MB 10 357
120,618 120,618 00000000000089e28bc9194f7fd90b7bd3c072a5251fbe749489ca9f19145603 0.00 MB 10 353
120,617 120,617 000000000000517ceb397c0fcf4cd278715b13259e40fb96e16f6f3fe2539208 0.00 MB 12 302
120,616 120,616 000000000000b4275a1d180e6cbcd82146b21375cb891dba7bf8ba1a3d2be9eb 0.01 MB 7 184
120,615 120,615 0000000000009623fb210f913d5ca24efd7a49c8271acc8240b8b2e8dc8b16af 0.00 MB 7 1,086
120,614 120,614 000000000000192c4a878fa461faef49fad2dff68b46e4acf4e0f0e459f9ffe5 0.00 MB 8 943
120,613 120,613 0000000000002d5f412318a92491012905d8df157e1e8ae2e2eb67ebf11cb6a4 0.00 MB 6 550
120,612 120,612 00000000000053d6c73a10e0073852525a3fe455ea7f288d543852555f77b2ef 0.00 MB 7 0
120,611 120,611 000000000000563008055ef5c0b1a9a2ca5d1c0ba879cebfeec4b7920917e262 0.00 MB 11 638
120,610 120,610 00000000000092b0e7e303c4cbf4bc54199d9fb0bd05509f095709a685db162e 0.00 MB 12 0
120,609 120,609 0000000000002a5ff2b16cfab17189e6d54dfa7bdb1d28b39339f5dc150e45f9 0.01 MB 23 334
Previous 10 blocks ↓
Total Size: 769.03 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,625.37 GB sent, 93.03 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.