Memory Pool Memory Pool Refreshing

14,095 transactions
4.49 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (44,738 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
862,980 862,980 00000000000000000000409fd58ac3bcb5a246ce8b7f786f0872eafcbf65a899 1.77 MB 3,313 16
862,979 862,979 000000000000000000021f4f1db023f263c59ee0fdc00bd0d8be40c1e2216bf0 1.62 MB 3,757 13
862,978 862,978 000000000000000000009ed433824361684a63def9dbe1ac0f7db7157a271930 1.46 MB 3,335 13
862,977 862,977 00000000000000000001ce9b553a47c16840774b5321acfb37c22cc7aa78d1a0 1.53 MB 4,441 12
862,976 862,976 00000000000000000000f5fc506467b21d0a33165590668138b922b16bdc6e0a 1.61 MB 4,756 8
862,975 862,975 000000000000000000031c4199746debdb6102cf55154ea3cc9f7ed7dc34808d 1.65 MB 4,169 9
862,974 862,974 00000000000000000000afe71877edb6b7886a2683716502a47b39c2053e842f 1.58 MB 5,101 11
862,973 862,973 000000000000000000011f608c16e60cd5e49e102f77052668670bf9624aa52c 1.63 MB 3,875 11
862,972 862,972 00000000000000000001a2f6449af31b4fc676fadceece783e2cf5b57dc2a1e1 1.49 MB 4,097 18
862,971 862,971 00000000000000000002af80248838e0cf2777f7d2156975234aaeff197fbf7b 1.48 MB 3,516 16
862,970 862,970 00000000000000000002b6a30af96844db62f6b80bc06a743bad12fa6d1415e0 1.65 MB 3,964 12
862,969 862,969 000000000000000000006b1cb2337772b5d14574fec6cd8cb3a688b9df6023cb 1.51 MB 4,838 14
862,968 862,968 000000000000000000011d58dcff986903bc2090cff58233f9507d845f8f3825 1.59 MB 4,841 11
862,967 862,967 00000000000000000001cb3b6b6ca750110c1d52d5fbe38ae5d434db70afbb60 1.42 MB 3,792 25
862,966 862,966 00000000000000000000fb4bfde8dd34fe14f4e221dcfd5cd008569cda659049 1.58 MB 4,664 5
862,965 862,965 00000000000000000001fec5be9abc9aac7f15c819f527d2dcce5ee8b0090af6 1.59 MB 3,845 5
862,964 862,964 00000000000000000001dec528146c311a09213e13e0a71257f8b13ad3d9da38 1.49 MB 3,935 13
862,963 862,963 00000000000000000002f8769458d68471a30db6844832e0d1ead3e83b523e75 1.78 MB 2,993 3
862,962 862,962 00000000000000000001a864937453c318df7833e940faa9bab561195413bfe8 1.49 MB 3,607 3
862,961 862,961 00000000000000000001df73b0d1a9ed3daf4e93e3bc2139c8e4aabe9e03a644 1.77 MB 3,079 5
862,960 862,960 0000000000000000000133a110a09451cd40e7de141072c4884c496881f1a532 1.46 MB 3,287 8
Previous 10 blocks ↓
Total Size: 769.02 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,622.95 GB sent, 92.96 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.