Memory Pool Memory Pool Refreshing

3,483 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.94 vMB 3,472 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (140,823 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
766,969 766,969 00000000000000000003b643b9af03fe06510793aafb3e26e5438e1e89426090 0.23 MB 438 9
766,968 766,968 00000000000000000006dac3845ff22ca83a1ca07e56af7b62899f9d1e7c890a 0.63 MB 1,386 10
766,967 766,967 00000000000000000002ad372d0065c3f3716da5abc6a61aca6bcca2483bef06 1.02 MB 1,005 4
766,966 766,966 00000000000000000001176e104f0b1ad29b7565770a9d623e8457ee0e0315df 1.58 MB 2,860 8
766,965 766,965 00000000000000000003fe3ac105f67fdf06af6f31a5230ed0793cb0ab738063 1.43 MB 2,759 13
766,964 766,964 00000000000000000005d22e7f435a7ca40d8ae9cc5a7bd2f0cac8820d1b0d4c 1.13 MB 1,628 5
766,963 766,963 0000000000000000000418ba7cc0c44bb8d115a0ed5a3e715249a4f2763a0a65 1.08 MB 581 5
766,962 766,962 0000000000000000000172a694cac7fb11b49f2cf0b2be2f65be5f08817ffe80 1.31 MB 1,882 13
766,961 766,961 0000000000000000000578eb9444c2bbcbf6e793aa79a2ac387990d432a2add8 0.74 MB 1,334 4
766,960 766,960 00000000000000000000385b9fbf9bd6670786a07e99cc671f0a18d6faed0528 1.53 MB 3,225 12
766,959 766,959 00000000000000000000efa76e925aa28fa9712fe38fd9937216aa07cd6293cd 0.54 MB 362 2
766,958 766,958 0000000000000000000573026d220cdaf8e852365ffea0f0e7619648691de831 1.76 MB 1,813 6
766,957 766,957 0000000000000000000291f53fcc3577d34fb488e1656b75e916262d9f873cd0 1.63 MB 2,877 7
766,956 766,956 00000000000000000001a58d82ec4562c3a7f8e0e1150898c959aa219e4dd4d0 1.48 MB 2,949 9
766,955 766,955 00000000000000000006b52334bfb1457cd8f6522af52b536b126177d5df3991 1.32 MB 2,234 12
766,954 766,954 0000000000000000000615b0a33161dc830c0f008a130ef1d445e64bb807ff77 0.75 MB 643 6
766,953 766,953 00000000000000000003f937b5c5ff3b7782a1fe7c804642064c0af07e34cdcf 1.39 MB 2,638 3
766,952 766,952 00000000000000000004fa9de6164d526f884e476880b5c19e5282c3fb039703 1.39 MB 2,537 14
766,951 766,951 0000000000000000000457a7bf95a8eac55e63794dd9a5fd5780665e43556c33 0.41 MB 647 7
766,950 766,950 000000000000000000044f21d1d4e0c61f11ba2204c3fbb919ac82a9ead9d7a0 0.78 MB 1,623 7
766,949 766,949 000000000000000000009f25e0912220681eaf1b5cd7fd044b0400dc52be9636 1.64 MB 2,720 4
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.