Memory Pool Memory Pool Refreshing

9,968 transactions
3.40 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,682 (26,760 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
880,922 880,922 0000000000000000000116779a385c4034baa3d2995035c2e58684309d6dc8fa 1.63 MB 2,355 2
880,921 880,921 00000000000000000000e7a35c14d67294ca29994dcdb6ab96c4ba032b154fd0 1.78 MB 2,657 3
880,920 880,920 0000000000000000000086ca2db99e3a1698830f72091bb5c355415ee009d03f 1.70 MB 3,033 4
880,919 880,919 00000000000000000002335f334067ebfe6ecd818be0a4a2cba1e5c1210ab3ee 1.62 MB 2,276 2
880,918 880,918 00000000000000000001da9e4a9105648784743b25ce87c578e9e620bf3ceb64 1.84 MB 3,455 2
880,917 880,917 00000000000000000002565b9c6fa4e7ea683fcf91bdd73b01503bce68ae5b5f 1.56 MB 2,058 2
880,916 880,916 00000000000000000000a9b6243bb00c2777c08750adb3c6132446ba84ceb1f4 1.62 MB 2,312 3
880,915 880,915 000000000000000000014bc3705226f4975de49b32e38430ce01cb5050f8d550 1.74 MB 3,026 4
880,914 880,914 00000000000000000001bac4cc2563f904c5297cc79e0418365881145f108845 1.78 MB 1,235 2
880,913 880,913 000000000000000000019a877a0e17a794776578af50131e2f309bd070d983ea 1.58 MB 1,245 3
880,912 880,912 0000000000000000000137223cf18ee90b650ce2899a57250ac6b82e16fc1665 1.18 MB 989 3
880,911 880,911 00000000000000000001d3fc1391791cf95b22a3821c5cb08088188ed91c002a 1.55 MB 2,408 4
880,910 880,910 000000000000000000015318a0602dbeb5c7ddc74e0ab751d9005729d1bd352a 1.68 MB 3,421 4
880,909 880,909 0000000000000000000215bba70d2c6eb6b7de4d92810158d1aaf5a5b38251a8 2.16 MB 269 1
880,908 880,908 0000000000000000000135b9f7f26913eee8faf05d7480ac80cf0f83cfd6e64a 1.71 MB 1,966 2
880,907 880,907 000000000000000000026146141de4ef8fcafecc51a41789fa17fa2ca438de19 1.65 MB 2,034 3
880,906 880,906 000000000000000000024b63993b7c3a885d5db5c70b51a916a66c2c53a59033 1.42 MB 2,673 3
880,905 880,905 0000000000000000000150afbf9bfdac9151749fb035464ee33c73940a3a5dbf 2.13 MB 1,893 2
880,904 880,904 000000000000000000025d47aaa8c3c475006c4804f602df3bc211c23026d80c 1.71 MB 2,085 2
880,903 880,903 0000000000000000000156841f8257efc514431eafd6446a55edbfc9fb98180d 1.64 MB 2,150 3
880,902 880,902 0000000000000000000163c56b1e8c2ef530450ccf5e29edcd43d0d424645317 2.05 MB 548 1
Previous 10 blocks ↓
Total Size: 768.95 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,614.35 GB sent, 92.57 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.