Memory Pool Memory Pool Refreshing

834 transactions
0.23 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,744 00000000000000000002349e0000000000000000000000000000000000000000 0.22 vMB 810 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,743 (343,715 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
564,028 564,028 0000000000000000000ccfad74c38f5d6aac4db3a990f15ad8a027d238c9ec56 1.33 MB 1,966 37
564,027 564,027 0000000000000000000a321f41be94163ddfe75a948669063035e587d6ee9026 1.35 MB 3,303 49
564,026 564,026 0000000000000000001826b893bc967cc2355662a54a750174f561fa148b82af 1.29 MB 2,993 50
564,025 564,025 000000000000000000124e1a2d8a83bfff8e134e5ece2a5ec74ed684463ef588 1.42 MB 2,651 37
564,024 564,024 0000000000000000000395f8f961db7419f8f0f8110dd59e77c32d0742773141 1.27 MB 2,877 57
564,023 564,023 00000000000000000006cfbb37adfb1daa4fc91c51e87f517c1995435d4b5856 1.38 MB 3,027 43
564,022 564,022 0000000000000000001398b72873d3bc7386b386d9bd8727c1822da808ceeade 1.09 MB 1,766 58
564,021 564,021 000000000000000000002b9a5c774f22d5e3fff8543807ab74e390b8933e5d72 1.03 MB 854 79
564,020 564,020 0000000000000000001f0d08e9abba759ffc9fde043f5988e3ee96e43f5c4aae 1.22 MB 2,909 56
564,019 564,019 00000000000000000006b1fd13b718735defd1e4ec44f0b87e1e4b5954a728db 1.17 MB 1,399 23
564,018 564,018 0000000000000000002a45492b4363febe8106cabf5dbb3b93b6e3dc06c45ef7 1.22 MB 2,715 49
564,017 564,017 000000000000000000058be2ffd80697ee9e4dcaa8fac83c4f8c5f944b69f221 1.13 MB 1,618 13
564,016 564,016 00000000000000000028d9f74f10cd545a4423b3e8b58ecef3f597e5222637de 1.17 MB 2,290 15
564,015 564,015 0000000000000000000346964425f07e1a71f576c6c918a0e242f5dda2ecee22 1.30 MB 2,622 12
564,014 564,014 0000000000000000000f58376ad1792612f0353fb152e63f82c973caf5097c95 1.07 MB 1,888 8
564,013 564,013 0000000000000000000eb2c271bd9154a9a6de691d9062f251b484f3d8cd8691 1.14 MB 2,886 20
564,012 564,012 00000000000000000020823c69e9b53b26c1684acb4a5cbd56082a85ce094d63 1.09 MB 2,489 8
564,011 564,011 0000000000000000000c6e2e417496b4cf208911c04de2229f9a82768c6e36a7 1.11 MB 2,755 9
564,010 564,010 000000000000000000220c9c4d7633edf5fe3f766903df9eae66b1bd09256924 1.20 MB 2,884 30
564,009 564,009 0000000000000000000143295329941324b0a276f43786b68135bdd742f22eb3 1.25 MB 2,586 35
564,008 564,008 0000000000000000001eae0cd6075c0733327e8c39d9d61122204a77f3d9a655 1.30 MB 3,037 41
Previous 10 blocks ↓
Total Size: 769.07 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,627.98 GB sent, 93.20 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.