Memory Pool Memory Pool Refreshing

3,277 transactions
1.28 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,902 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,469 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,901 (589,018 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
318,883 318,883 0000000000000000086be5bf4384cc43617392b9cfc1323bb2d576b95bfa15c7 0.10 MB 207 40
318,882 318,882 000000000000000022120bc1302ff82485e85cfbff1f7a4d78d77515b41d7373 0.21 MB 463 30
318,881 318,881 000000000000000013e910531a730894202ff69657f2e9cc0aeea97b277bb5ef 0.26 MB 363 19
318,880 318,880 00000000000000000f065461921ebeed5004225a540f5ace400b21124b9a6635 0.14 MB 252 26
318,879 318,879 00000000000000000d367792a69a8546690f8f75b6f43cf3b3b038ef73f33e95 0.37 MB 626 24
318,878 318,878 00000000000000000b6b0a537fc1467e43f1736742d716fe976f669e333bc382 0.22 MB 375 27
318,877 318,877 00000000000000001f814dc5a5fde74ce9ea14fc3472847e4e1b1152733c857b 0.19 MB 343 24
318,876 318,876 00000000000000000b0d7a80d083f834c8bdbc281f21bee61b1b68f9234a950d 0.10 MB 127 22
318,875 318,875 000000000000000015221ebfbf0b6a79eb8d7d9fb2edc7a1005a9a6799d9f727 0.41 MB 714 24
318,874 318,874 0000000000000000171cb1384c97cac4f813aaabaeef678a86114c48b6439241 0.00 MB 1 0
318,873 318,873 00000000000000001d310c23afd3fc26540c344e95b047ad1924911fa626b1fb 0.35 MB 664 31
318,872 318,872 00000000000000000cdc86d807505a71d44009dced6fcaf9ab1813716cb55ff4 0.06 MB 105 23
318,871 318,871 0000000000000000273b85ab76b52048dc8c1ccad2fa0c8dc3c8a1f131c7d1d1 0.23 MB 337 31
318,870 318,870 0000000000000000218046146f91b29803a5859b65a0849ca6fe9f3f62b0cfaa 0.08 MB 129 26
318,869 318,869 00000000000000000fbf890dab7cf78567df4fd35eb2d2c133af524a1aa174a1 0.22 MB 326 23
318,868 318,868 00000000000000002295140c0d12abd83f945778434f77348950da92f5c9ed64 0.35 MB 700 28
318,867 318,867 0000000000000000124a018ad64c129182f357e84b862c1284a0e25a43f5ed32 0.43 MB 721 25
318,866 318,866 000000000000000027f61df38ffa4ad717bb435a9542f0df88af8f38419c0f1b 0.02 MB 28 14
318,865 318,865 00000000000000001f5d24ceb26c691b5eb9d426c57d5234ff4134dd45b54e02 0.39 MB 619 25
318,864 318,864 000000000000000017d4a855f7e7170ef733b450ead282f166a98150cfff4621 0.09 MB 145 25
318,863 318,863 000000000000000024ca56db6667ce0274250d4d076abaa7aa22060261380a01 0.02 MB 31 16
Previous 10 blocks ↓
Total Size: 769.36 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,643.69 GB sent, 94.74 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.