Memory Pool Memory Pool Refreshing

2,907 transactions
0.89 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,795 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.88 vMB 2,898 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (14,818 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
892,976 892,976 0000000000000000000088ffaa31bc124301464931edb715aa8f21f3b289ffa9 1.54 MB 1,704 4
892,975 892,975 00000000000000000001ae932f0eb9ed0337ea1a74707cc183511aff9bfbb3c6 1.71 MB 2,249 3
892,974 892,974 000000000000000000009f097e3312b9014b4fce19eea32e56d5911c24d2ab01 1.72 MB 3,957 2
892,973 892,973 00000000000000000000e560413698d8635dffcc9f083ff887c62736d17dabad 1.86 MB 4,125 1
892,972 892,972 0000000000000000000039834a659917f17d2eb36aec2e63794fca219deffdec 1.65 MB 4,153 1
892,971 892,971 00000000000000000000625df5369be77857132dfe0453c68913b52f63054771 1.73 MB 4,614 3
892,970 892,970 00000000000000000000620638567f8dae13e793c7ee8ede414defa6d9a16c29 1.61 MB 3,845 4
892,969 892,969 00000000000000000000be8840205f7339b33ed0a36a70c1534b6ad676157d76 1.72 MB 4,524 2
892,968 892,968 00000000000000000000a6d09886775e83e3acd4db2262c398dc249d9532c531 1.68 MB 4,068 3
892,967 892,967 00000000000000000001a8b5e415b7c652bc5d6d93a4ed28ad616185a0107399 1.65 MB 3,605 2
892,966 892,966 0000000000000000000189cdd243f2093e356a5de0ea1e53ce9fde982d135f56 1.82 MB 3,659 1
892,965 892,965 00000000000000000001a62b459c34a8edfc8b0bc703614ed72269331b80bb97 1.64 MB 4,617 3
892,964 892,964 0000000000000000000011363355bbd22a4c070718ed249a8fa2b9a4a950b0ec 1.72 MB 4,569 2
892,963 892,963 00000000000000000001c57b4856624ab89aeb30c90b47bee137b790e919fe20 1.55 MB 4,063 7
892,962 892,962 00000000000000000001838c38c306ad0f81551742fd61289d9d90c251b4898b 1.46 MB 3,117 4
892,961 892,961 000000000000000000001dd843645d5155f148a08573d253d30d399ed0d921ea 1.70 MB 4,430 3
892,960 892,960 000000000000000000004ee4567cf9dc126bea0a252dd179fa6b06d2fb30b0da 1.59 MB 4,114 6
892,959 892,959 0000000000000000000206f81ab1a5b4dc17d0357547de394821234c4c815b85 1.70 MB 4,334 2
892,958 892,958 000000000000000000014785ac437ceca9da1c8d7c20e41b3ad2b097decd8abd 1.65 MB 3,690 3
892,957 892,957 00000000000000000000a5c2966c802ae4d3e6e4aee6f09e05d62d1e4e05843f 1.63 MB 3,984 5
892,956 892,956 0000000000000000000096eafb4d2c0f0af03da4456c17df42b61e49b479a2b4 1.70 MB 3,639 3
Previous 10 blocks ↓
Total Size: 769.16 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,632.69 GB sent, 93.66 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.