Memory Pool Memory Pool Refreshing

3,584 transactions
1.05 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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,303 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (109,225 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
798,649 798,649 000000000000000000034eb4491c24c99428e7435174db43e7abbd54de329618 1.60 MB 3,578 26
798,648 798,648 00000000000000000001e0de116ac5285f549cf1bf79613938eeade799086232 1.64 MB 2,039 5
798,647 798,647 000000000000000000044c83c8ae02ab57d7f953f520c4b741806cd845efa7b6 1.62 MB 2,900 11
798,646 798,646 000000000000000000047856b7a2e4b290599f9bfc0f75c854ae59d7d9e915f5 2.00 MB 5,803 7
798,645 798,645 00000000000000000004a62179f207c80812666e6df3906a354d96e2c602a9fb 1.56 MB 3,581 16
798,644 798,644 00000000000000000001595edf8a4790dd7c252a7ab1184dbe2ea9f4b8d35557 1.78 MB 4,133 8
798,643 798,643 000000000000000000044a8b482460a1ad09f4c7ec1987588e0eba6cef38d9fd 1.24 MB 1,191 20
798,642 798,642 00000000000000000000a09b2274d257f801499bd6a7c3b39627f109bbd58dc5 2.15 MB 6,704 6
798,641 798,641 000000000000000000034411826c138bf43fb9984438d9758ca7824a22d157bb 2.11 MB 6,550 6
798,640 798,640 000000000000000000036cb49a8f99c0b54b8b7426d8ee8c056c445fdf12be76 1.66 MB 4,066 13
798,639 798,639 0000000000000000000468f803d86ed65df0f51c3becd12c039bd3c5d74636c4 1.70 MB 2,974 7
798,638 798,638 0000000000000000000251424d9108daf610968cf093659a1dda1acf83a02fb2 1.55 MB 3,230 21
798,637 798,637 00000000000000000000f33d0a8e47787da1634139db4e34ed152297df04c87b 1.82 MB 4,954 6
798,636 798,636 00000000000000000000aa8147f08ffc2867d38f0c28195c3b835edc4e2b6140 1.82 MB 4,447 12
798,635 798,635 00000000000000000003ea80a8d8c78ba56f71813e29b1fbc1d8909bc2637992 1.48 MB 2,442 8
798,634 798,634 000000000000000000006ae0235f622ea083f6bd645cec8fe6eb098b11f5c116 1.58 MB 3,292 23
798,633 798,633 00000000000000000004f4fab6f6b99cd7a118402ed374d3b9c3d3fafb2b2961 1.94 MB 5,685 7
798,632 798,632 00000000000000000004c415dead9f9a6a61909fefc78a8680d816a3cf6ff078 1.53 MB 2,646 13
798,631 798,631 00000000000000000001d4bcc868351329de34b7d6316e3cbeceba71bea95f8f 1.85 MB 3,192 8
798,630 798,630 000000000000000000002ace57baa22657cb762bb4f05bfe68f3802adc2ed9ed 1.31 MB 1,940 18
798,629 798,629 00000000000000000003e499ecb003d906d79828f522cc53fda78dd5a0ddb8c4 1.47 MB 3,022 27
Previous 10 blocks ↓
Total Size: 769.31 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,642.76 GB sent, 94.48 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.