Memory Pool Memory Pool Refreshing

7,540 transactions
3.96 vMB
Show Random Selection Loading Transactions
Max Size: 21/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
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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,766 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (703,199 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
204,527 204,527 00000000000003d68726dbd25f7ea4b8ccc8a7342c4cc539819636ac701f373f 0.05 MB 133 35
204,526 204,526 00000000000004232ab28b32bd1a5b7dfd504d4ba50220c705b82016fd572af4 0.34 MB 766 132
204,525 204,525 00000000000001741ed7128f07009d8026e6f5e1b07b46bd69ac8eea62ab9eeb 0.05 MB 75 89
204,524 204,524 000000000000008465eec04483bf743348b6ac49feddbf1ef785c3d0a3586865 0.36 MB 607 93
204,523 204,523 00000000000001b0748c8aaaa787268c9628a3b4f6375e4d37794adc5ec89c86 0.00 MB 10 44
204,522 204,522 0000000000000148ea90fcfb5bcbc73023e0095017d8da0b961add3a3f96c9c0 0.06 MB 172 142
204,521 204,521 0000000000000505d0a421ed48d19be5dabbb4262a3f542f00041f07d1c8544d 0.25 MB 420 120
204,520 204,520 00000000000003af8bda311073dc517a1f55d21b2c3d0198883ed36aa157e83c 0.05 MB 131 16
204,519 204,519 00000000000004c8e66077ad36c387a26068e225017b63cc49ec588fb4a24dda 0.25 MB 589 118
204,518 204,518 00000000000002633f43dd9a19014061963ad172ae30cebc5d69f4b809b62507 0.25 MB 483 100
204,517 204,517 000000000000041d9a3fb20bac2ade9e1fbb19707d3139df4c45094e5cacf858 0.25 MB 900 217
204,516 204,516 0000000000000549ad1e97ff0e4e8d028baa0d9a25d9fa58e6ec76a5556bc8d0 0.25 MB 500 130
204,515 204,515 0000000000000042fe665fccc4978524b822b9b02cb39abd80794b5f587ea9d1 0.05 MB 147 22
204,514 204,514 00000000000001d793b5ad2442891fc91174488f2d668c7e60b596f2854db79d 0.25 MB 379 95
204,513 204,513 00000000000002b03da3e5abfa78b5fbf2477b7be45bcd37fb5e48fd54478852 0.01 MB 32 813
204,512 204,512 00000000000002d5727b52f1aaf829e9fb59f670232cf3fbdde50367dee7feae 0.00 MB 1 0
204,511 204,511 000000000000048cbedc79469277c745d9cf637c5b23d91350063b7de3766fe5 0.25 MB 754 165
204,510 204,510 00000000000004b45496163495f9cdcba0964a386a877f821beb6626620c31f0 0.42 MB 889 149
204,509 204,509 00000000000002d983c6fdb002b0a2271a0af1f495c53f32308501fe6d65988b 0.42 MB 909 126
204,508 204,508 00000000000001b01c308feca6219468e641e45a1468d443f015642387d20758 0.25 MB 360 74
204,507 204,507 000000000000040c4df770d0a67079ce2908de9af14fbe43cf1a71bf4d296ee5 0.25 MB 699 138
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.79 GB sent, 93.04 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.