Memory Pool Memory Pool Refreshing

9,966 transactions
3.05 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,407 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (120,910 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
786,805 786,805 00000000000000000002265f3474fec09e373b7d941ab08d1d5d8f5ae345c667 1.53 MB 2,460 5
786,804 786,804 00000000000000000005b083208659bd70cef40e14167ba90216ac468d55820d 1.53 MB 2,625 13
786,803 786,803 000000000000000000028b967c86ba265503747e746c5559e07e40c567df6ed6 1.36 MB 2,389 13
786,802 786,802 00000000000000000005ab0a15784a8f9d5968887fafc4d83a8cbfdfd34f6b1e 1.56 MB 4,074 16
786,801 786,801 00000000000000000003a6a9b63c6f23251d48732b5d0c15106219abea200daf 1.60 MB 2,802 31
786,800 786,800 00000000000000000000cd37974e6451cd16a421857783c3b8716801a045b4d5 1.33 MB 2,525 20
786,799 786,799 00000000000000000003344f0f3f88f5e124a32aa78f5de526ea653b12f3b963 1.69 MB 3,036 12
786,798 786,798 00000000000000000000a6ec80f96324cb680bd42231a03900aa5e3f073387a5 1.51 MB 3,347 26
786,797 786,797 00000000000000000001e9a861b40affb059c947d2d9b65c552ff46699a65abb 2.05 MB 2,769 11
786,796 786,796 000000000000000000007cc01cbfa2e2c74006785b2490ecb3c08e6bc4eac7f3 2.55 MB 2,945 2
786,795 786,795 00000000000000000004b38f2638c0cac7cef84b2b167cb0d7182a3eab5cd152 1.79 MB 2,711 4
786,794 786,794 0000000000000000000466edd809e426704e9606e9439400913eddd820a3a6fe 1.52 MB 3,524 13
786,793 786,793 00000000000000000002559efe098f66185c6386cec0d9463ab11042c1e993ed 1.74 MB 2,606 22
786,792 786,792 000000000000000000038dd40ca631ca179db38ba16ff3ac35b8fe98ef5d42e8 1.85 MB 1,123 9
786,791 786,791 000000000000000000018fb8887068a92a0be851a85dfdc91c8ea6537419bd8f 1.84 MB 1,162 6
786,790 786,790 000000000000000000017176b389f9b976357bc9e274f53e8d39530407e4c610 1.74 MB 2,078 5
786,789 786,789 00000000000000000003ae5723b60718aa3436e1f0c1e107b2c1baf8997d658e 2.02 MB 2,583 8
786,788 786,788 000000000000000000012d78578ac731798702f1fad04639ff1fff1316d8e85d 1.51 MB 1,880 9
786,787 786,787 00000000000000000005794df409adde13781a08726b3d3a4563d76df30ee22b 1.24 MB 1,450 16
786,786 786,786 00000000000000000004c0806a7fb9f28c92038fc58a8b8abdebefb6545952f4 1.55 MB 3,632 19
786,785 786,785 00000000000000000003c66f12dc9829201ed8b14ffc40e439fb6dc25be2f7a3 1.98 MB 1,221 4
Previous 10 blocks ↓
Total Size: 769.01 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,621.42 GB sent, 92.91 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.