Memory Pool Memory Pool Refreshing

12,157 transactions
3.56 vMB
Show Random Selection Loading Transactions
Max Size: 22/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,715 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,100 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (616,706 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
291,008 291,008 0000000000000000e00090ced1efaeac04225f2bd19121b135f1c82f798d2a55 0.03 MB 62 31
291,007 291,007 0000000000000000aa0e5e9c1db24b413f96877e1fa8db34a0aec3efaf546133 0.10 MB 202 30
291,006 291,006 00000000000000005be0f92f616fdb082d96ffd9fabc4dd606518b9f8c29a752 0.00 MB 16 21
291,005 291,005 00000000000000006d9f72f6f3d755671aa1bb6cd7ca053ec0211c4ac264d769 0.01 MB 32 48
291,004 291,004 0000000000000000b63c80169793cd01db4ee10590c46ca62e733dbad751c707 0.23 MB 441 34
291,003 291,003 00000000000000003287861388955020ca78d0477a84890eebfe938bae3b5bf7 0.20 MB 374 34
291,002 291,002 0000000000000000412603722518d67ca9876379fa99ee2b0a1b6f5dece1f6cc 0.20 MB 318 21
291,001 291,001 0000000000000000c19865f61eb99fa0cbc4a6f8e01dff825a7e828bd1daa869 0.16 MB 512 68
291,000 291,000 00000000000000010222dcffaebb28d85c1e594c65fc5f5aeabff69ee40295bb 0.27 MB 393 31
290,999 290,999 0000000000000000433ad1f393d1c6a2a829f5e8c0698aaf5d1b170a0c8b5c6a 0.02 MB 44 27
290,998 290,998 000000000000000014f6758ebe5249588b95281db2dde3e024e6a8c525aa75b0 0.07 MB 139 54
290,997 290,997 0000000000000000508011c7ba2b09782bd0107ce5b113276c0f950c11f00147 0.09 MB 217 41
290,996 290,996 0000000000000000220aa03d633d16e8ae0044bcc3c4608502a0fea0ff2265aa 0.03 MB 75 47
290,995 290,995 0000000000000000cc96c0bbd94e1cd2b2dccf50249503f3cf9f243aafbf29cd 0.18 MB 256 24
290,994 290,994 0000000000000000e8466fc6a749f7045a321785dfeae75f1675c00152585e68 0.01 MB 32 87
290,993 290,993 0000000000000000b8ac431cbf5047a182e1ece37bd86aa210ef46c999aff6aa 0.06 MB 166 44
290,992 290,992 0000000000000000546d75e282a16c4c2a8c1ae6890a22993a58a074d1f725ae 0.19 MB 444 42
290,991 290,991 000000000000000063c39180b3b31a388cdb1e77f18c76f4542a25944f363a09 0.13 MB 295 54
290,990 290,990 000000000000000014d223d23016ae3c51b2a8ce45104ac48c6e4d5e5b1514b1 0.06 MB 146 34
290,989 290,989 000000000000000084d2ce49c909373fa53f54e181a7d364418b2a5ff4740625 0.22 MB 401 41
290,988 290,988 0000000000000000096d56e3233dbb2b4164fa6d1707d2df8041149b4c9cdd2e 0.38 MB 855 43
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, 113 incoming
  • Data Transfer: 1,621.28 GB sent, 92.90 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.