Memory Pool Memory Pool Refreshing

6,885 transactions
2.47 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,839 (248,075 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
659,764 659,764 0000000000000000000a56d305a426eaf55e0d4760996f4dd9316e1d61547afe 1.26 MB 1,821 23
659,763 659,763 0000000000000000000b257224bd3314bc01b09e7c458a7d30a78d2650220722 1.33 MB 1,822 29
659,762 659,762 00000000000000000007ad045ea0ca7e6df3f2f4430d9678a1a4a40e93bf1c5e 1.46 MB 1,516 32
659,761 659,761 00000000000000000009dfd46fe994f444da69f8f54de1ea150b5522334b81f0 1.21 MB 1,841 93
659,760 659,760 0000000000000000000a20c79c87a90e2a42767845dd6874a69f60507830ec2d 1.24 MB 2,512 81
659,759 659,759 0000000000000000000cc605927242fc38ccf13db9272f291ba049c6e5187d2f 1.29 MB 2,521 80
659,758 659,758 00000000000000000006b0a7ec3f352378b942042199cb3755e6f1ec509fb952 1.23 MB 2,343 38
659,757 659,757 000000000000000000013a027cc49aaeeabdfd99823864bdb5c05ceee9eeb2d4 1.36 MB 2,067 63
659,756 659,756 0000000000000000000709338de0e70a5b61d9713314afa5e86b910ffee963ac 1.39 MB 2,078 56
659,755 659,755 0000000000000000000c97149185eb075871f3d559bcb948b336e92ef300c5ff 1.31 MB 2,046 56
659,754 659,754 000000000000000000046c6a37c8e410da7252674d0b5891293ac43367147218 1.14 MB 2,318 88
659,753 659,753 00000000000000000004426e72a156fe58ba43bab137edf434443a8680da8daa 1.36 MB 3,004 154
659,752 659,752 00000000000000000005898303efb91418ae850c4c4bbc6c8c0eb7b5e748f6d4 1.15 MB 2,820 74
659,751 659,751 00000000000000000001a2f55cd981e333bd6919985c2fc31871dcb458434d0b 1.13 MB 3,191 85
659,750 659,750 000000000000000000018a20a6465c35e713e42382ddb8cdedd4b51a9557e7df 1.26 MB 2,230 128
659,749 659,749 00000000000000000004728d49afd2a27bddc728f9134a13b7aba0fd68fd5345 1.37 MB 2,866 161
659,748 659,748 00000000000000000004ad0bc17cb3f82cb3776484c1245d9844b44bde7469b7 1.26 MB 3,098 127
659,747 659,747 00000000000000000000594bbfcedb20c5d8114b919c10f6e444adf9345d2973 1.18 MB 2,999 82
659,746 659,746 000000000000000000058132c90d15263738a22c729ede90447da8e6aad0449a 1.29 MB 2,126 142
659,745 659,745 0000000000000000000180af76f88b4c95668dd59cca43f02a2f4d011a7d8546 1.30 MB 2,432 92
659,744 659,744 0000000000000000000d82a9db603735a773cd05b8a818df1bfafbe33c5ed332 1.18 MB 1,489 117
Previous 10 blocks ↓
Total Size: 769.24 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,635.05 GB sent, 94.14 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.