Memory Pool Memory Pool Refreshing

2,697 transactions
1.22 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,214 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (224,222 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
683,647 683,647 0000000000000000000178331573ed5a010edb44bc70f3b3510c339afe33c503 1.21 MB 1,595 50
683,646 683,646 000000000000000000060df5464bcdb383b52d8f03cfb7a65faec7ecf6da97ec 1.41 MB 2,066 36
683,645 683,645 00000000000000000007f1a6b8cdc1470167001f628bb713ec947a8158496df4 1.37 MB 2,155 49
683,644 683,644 0000000000000000000986eca8221eee55f375a9902b70d362255bf95b50466c 1.37 MB 1,841 64
683,643 683,643 0000000000000000000360be206ca77a9067f1e9d40cb06b5f5e1f34f5f7a6c0 1.44 MB 1,831 53
683,642 683,642 00000000000000000008c97f41ebe8a8305a85e81c2a7cf353163f3695e57a93 1.28 MB 1,942 48
683,641 683,641 000000000000000000032e8669a44399a76f94416eecd298b86a01904865cd9b 1.40 MB 2,548 68
683,640 683,640 00000000000000000003d6fd61d3ef00aba8aae5d21e9b5fc76e98f79e9c14c4 1.14 MB 803 65
683,639 683,639 00000000000000000009410ad9b660e1dcba030c4550eab00b4b44914bc9a4fe 1.43 MB 2,572 81
683,638 683,638 00000000000000000005bb47b7a5a18f86be0349fd5f697cf196e588ae75a395 1.33 MB 2,272 78
683,637 683,637 00000000000000000003ec8d51b220757e613cf45a57e871eb6f7ddd0928646f 1.46 MB 1,807 40
683,636 683,636 00000000000000000005f5e6c68e15384123bb119e282a722328624182f0b189 1.38 MB 1,663 47
683,635 683,635 0000000000000000000945abc8db30bdc262a3890a75eac859db49c4246b2be4 1.29 MB 2,481 64
683,634 683,634 00000000000000000001d0502cceb12904a64fdf7186e379123db1511e27da64 1.36 MB 2,755 55
683,633 683,633 00000000000000000009df675f7c5ff8b2efb2eb532b688b85c84dd08d633b30 1.30 MB 2,660 87
683,632 683,632 00000000000000000008ce0cd429e76d6737c4e8f9461bedb0ab09566a236318 1.06 MB 310 45
683,631 683,631 00000000000000000001676be34a5a964ea712b992f599174a18e1c627483b8d 1.12 MB 1,947 48
683,630 683,630 0000000000000000000019e57e4cef8cadd55e248dc08fcc7cda96817a52912a 1.29 MB 2,570 50
683,629 683,629 00000000000000000006ce6a97942271cad26528961fee5260c6e13030296488 1.18 MB 2,213 52
683,628 683,628 000000000000000000019db13541e2fd60c69853c444d8c82fecb2466b766a96 1.33 MB 2,802 70
683,627 683,627 00000000000000000001fb61fb47606fa496e31dbc085f51782518878324ad1b 1.19 MB 1,414 59
Previous 10 blocks ↓
Total Size: 769.30 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,642.59 GB sent, 94.41 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.