Memory Pool Memory Pool Refreshing

3,518 transactions
0.96 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,793 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.95 vMB 3,509 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (553,157 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
354,635 354,635 00000000000000000e0111f87467de20c491bdd1348a685ef9de43116eb678f8 0.75 MB 1,550 33
354,634 354,634 000000000000000003bb61c7598d7ae985dfa879acb916950b305005cb0126a7 0.43 MB 467 17
354,633 354,633 000000000000000008b7c8fb1aa96171d5f6c337a4a56b0727ce7fe3603e8802 0.50 MB 813 26
354,632 354,632 000000000000000005c0381b734a8bc0c3e1b6437ee14d0737b706c76b9e4d63 0.95 MB 394 15
354,631 354,631 00000000000000000f4304bfc12f6dfac638623a0b148686008880a18f1e72f4 0.00 MB 1 0
354,630 354,630 0000000000000000128d47540f4f41b4299eca100b208530a8dce3fcb26e2bef 0.70 MB 699 14
354,629 354,629 0000000000000000152e665b039319a32b693fd4adb258fb9eaa933c33b5de4f 0.22 MB 409 26
354,628 354,628 00000000000000000ac806f5cdebb223180f1e13d29148812617629e15bc0797 0.94 MB 915 13
354,627 354,627 00000000000000000ed871a356d3800bbfc9b6c44414ddaef51b1e4990f4e686 0.60 MB 510 14
354,626 354,626 00000000000000000ccd9137aeb286204dced7fe2b456d3ebbc952f592b07c48 0.71 MB 566 6
354,625 354,625 000000000000000011aa60c5249085d63bbcbd9e0d9a5ddc340f097445690a8c 0.52 MB 840 25
354,624 354,624 000000000000000011ceef0ef09e36a9b553fed5787b7e94446e0795b732ce07 0.29 MB 609 34
354,623 354,623 0000000000000000142ff261cfba8cef21024ef19f60460f973423f6a9307703 0.21 MB 365 24
354,622 354,622 0000000000000000158e1320b70ff8de382219aa98e448a58ffc183cc3fa5e36 0.58 MB 1,165 27
354,621 354,621 000000000000000011cf7a3e4d6e29ee5104d51cbf87a1affe1ff068db7b061d 0.44 MB 663 20
354,620 354,620 000000000000000015aac32368ea5e6a18e3735a432e783e94f1861e1e75116f 0.10 MB 92 9
354,619 354,619 000000000000000007084801b316f8b99fd907c9131f6ec8f7c363934928a9de 0.49 MB 828 23
354,618 354,618 00000000000000000834f500292ce947223e4717a6d5e833d7b20fa28ddca35a 0.56 MB 1,177 26
354,617 354,617 00000000000000000ef6a561047cfa13730fa8eebe4620388e3c09772776ab09 0.31 MB 626 27
354,616 354,616 0000000000000000098c761446138f844dedfe10983953758878663c61ad6e18 0.07 MB 132 28
354,615 354,615 000000000000000002b1fd3611bb1f5dd1fcbe76961fa40a5e1fd3d144fe6ba0 0.03 MB 67 23
Previous 10 blocks ↓
Total Size: 769.15 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,632.64 GB sent, 93.64 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.