Memory Pool Memory Pool Refreshing

4,075 transactions
1.77 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,733 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (588,844 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
318,891 318,891 00000000000000001768b921d2343bbfa330fb0eeb40e82f5c67e4b9deed199f 0.22 MB 504 34
318,890 318,890 0000000000000000129783b9597a9bb8376763158079021dfb2a632f9f529ea3 0.02 MB 64 62
318,889 318,889 00000000000000000e8f918bbcf642f585918bd41b915dc04f0c6433740b0c9f 0.65 MB 1,085 25
318,888 318,888 00000000000000001d22ea7826d1d670e1a0c6b865ec1ba1d441bac42dfdc508 0.00 MB 10 26
318,887 318,887 00000000000000000b3eed88cb7c9e11839f75eed9a903dcbb170b84aff7800a 0.25 MB 418 23
318,886 318,886 0000000000000000225fffbdbf536a93cb8739de0d0b40b92ca7e0af1276e917 0.01 MB 12 5
318,885 318,885 00000000000000001f4fa74ca5d52bcb85124e9e03956367c2134481dd02d377 0.05 MB 114 35
318,884 318,884 00000000000000001f3c4f5f6b44eca18260402529142fed667c086d1d09b494 0.07 MB 78 12
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
Previous 10 blocks ↓
Total Size: 769.05 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,627.33 GB sent, 93.12 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.