Memory Pool Memory Pool Refreshing

3,785 transactions
1.68 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,654 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (595,652 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
312,083 312,083 00000000000000000e0b50934df6e709711c785263dd0f4e0fcf1c214dca75a2 0.13 MB 284 29
312,082 312,082 000000000000000011a42366ddd643e9e99788d9646ff6125db8d572b59763c9 0.04 MB 86 30
312,081 312,081 00000000000000002404013d6f4d25e44e0426a910d4121ef86ed89bc0af359b 0.04 MB 76 29
312,080 312,080 00000000000000001e6dd77ef4d338b135e3902c3209898e8ff3d2e6a6c42fc1 0.05 MB 109 25
312,079 312,079 00000000000000002877b443b8197d10fcbc932ce06343ce95de2c14d8618b25 0.21 MB 398 26
312,078 312,078 00000000000000000d2f17837a43ad7ef4aae5679a344e9b3817f2c95817cc8e 0.07 MB 129 30
312,077 312,077 00000000000000002819d8d7575ba7c7cf7529d6250ce57ace5b195757eb52cc 0.37 MB 646 27
312,076 312,076 00000000000000000050e95f6504c9cbab353c4c90cc294b458ec1dacb2a4854 0.54 MB 690 23
312,075 312,075 00000000000000003d7eedb1e68295dad3bbce38e2b7cd5ae1eaade73b61a967 0.17 MB 203 22
312,074 312,074 00000000000000002056c32164201553754e1fa7e29b5aa3ea4a429c9609e3e9 0.23 MB 404 29
312,073 312,073 00000000000000002e48167f0b40334c934e0fc4e8ef8c57403df631f0db77af 0.03 MB 48 24
312,072 312,072 0000000000000000096e014c4412c0bb88522d071183867e61f1c34a2a8cc3bb 0.13 MB 251 30
312,071 312,071 000000000000000006988570f84ed705d43ad889a91c26338b851b4def846c33 0.34 MB 443 24
312,070 312,070 000000000000000007b8286de1e1fad65b1f255b6a67e837274868ba383c03e9 0.03 MB 54 20
312,069 312,069 00000000000000002c6c26c9940d5ce8fb56753e6bc3a9a26cd963fcf41802d3 0.43 MB 567 20
312,068 312,068 00000000000000001d53f998581c0a922043ac1c912c73384111c66eba7cf2c8 0.50 MB 1,234 42
312,067 312,067 000000000000000008ef97282b7d1bde5455dde63649c615389bad58ad60edf9 0.37 MB 757 31
312,066 312,066 0000000000000000348886802991859fcf53a77743c14a9e3c191daabe4d26a1 0.01 MB 21 25
312,065 312,065 000000000000000039c82b77ceed8725bcfde210b5f1408b4a9cbbd9d5f99d16 0.22 MB 361 30
312,064 312,064 000000000000000026d5eb5bac3cf81a36ef266eedf3bf42521fe114461cd607 0.11 MB 201 20
312,063 312,063 0000000000000000176b93a441cb6a66bfe321f8ad8ff92b6b3d1ff44b9c5357 0.87 MB 1,720 32
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.28 GB sent, 93.11 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.