Memory Pool Memory Pool Refreshing

8,832 transactions
2.93 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,800 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (36,717 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
870,980 870,980 0000000000000000000262ca7c8cbad2292137e5794c7c5be81d79b6bb7168c2 1.49 MB 5,301 7
870,979 870,979 00000000000000000001c9381c43cede5b6e493c40b50000fff7ed38530a823d 1.65 MB 3,221 15
870,978 870,978 00000000000000000002126072a833560d0e8411340fe361645fb53883a6c8b0 1.53 MB 6,259 4
870,977 870,977 00000000000000000001fe56f295fd922e70dc08a882ce05b0cc29c1bbe5c080 1.49 MB 5,528 7
870,976 870,976 000000000000000000004c4c08be3cf2b82bb9040a30abcff9ce0b35c53fd42e 1.58 MB 3,497 12
870,975 870,975 000000000000000000010fb06ff95be104ff5be44b8394b1dc6cdfda9f215bef 1.80 MB 5,609 4
870,974 870,974 0000000000000000000130dc69f572617af96a7f359e55e9369fb8ebd8fc7f06 1.55 MB 5,702 6
870,973 870,973 000000000000000000029f550d926bbd0febbb8d1a98650b6d997a0a6e658bfd 1.72 MB 5,133 9
870,972 870,972 0000000000000000000276bc7d476a7f62b3a099c220c852e528b3c44eed70ac 1.71 MB 4,796 5
870,971 870,971 000000000000000000012b3eb8d0033290b3e53eda6e92aa0ed02710e44e1664 1.74 MB 7,034 3
870,970 870,970 0000000000000000000288bdf6ac756b3e09a7d9d01c3335ce779aa9d1f964b6 1.71 MB 4,612 5
870,969 870,969 0000000000000000000235202684216d9d96b0270ffd0070cd80a94ac69cb408 1.54 MB 2,788 13
870,968 870,968 00000000000000000000daa4029540c50e218e3b2fe81f734b3b42134c7ca562 1.63 MB 4,195 6
870,967 870,967 00000000000000000002669a3e0c990e34cbb9fa2473e077e8e1c159b886a164 1.72 MB 5,137 5
870,966 870,966 00000000000000000002b636bf1dba850fa391191c71502ef6673335bd3ddaab 1.86 MB 6,061 2
870,965 870,965 00000000000000000002bab525680f544714dad2058831ff2d0d18893f149064 1.61 MB 4,647 3
870,964 870,964 000000000000000000012549dce4cae39cab516315b3f6357f4fb5e124e0cc42 2.31 MB 1,035 2
870,963 870,963 000000000000000000007dd6a322abcaa90c5e0ed69f9d4892d9cee505895746 1.64 MB 3,351 3
870,962 870,962 0000000000000000000020fbfe1d4fb57cf67b5d92da70137f77cab5ffba9ad4 1.56 MB 5,527 4
870,961 870,961 000000000000000000009a71b62f4b7c66ee1286e570bdd25da21351505122f8 1.65 MB 5,044 5
870,960 870,960 00000000000000000000b8959520f2124e74f0e2d02646c74980eb1798a16a96 1.57 MB 3,171 6
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.