Memory Pool Memory Pool Refreshing

3,716 transactions
1.14 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,704 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,625 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (160,723 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
746,980 746,980 00000000000000000000a384a93dd03377aa3137e383d435aac395b667ff70b8 1.52 MB 3,120 22
746,979 746,979 000000000000000000074ea55b9561d7620fa2e31de1b3d15a6a3e8b08fd7255 1.41 MB 1,921 25
746,978 746,978 00000000000000000007726fc0dae25b756f7ec13e0641caf394ab59d9ed95a3 1.56 MB 2,921 15
746,977 746,977 00000000000000000008ee8b9b4f7e6ca624b535f1f175d8eeb9c3de014415b9 1.59 MB 2,524 11
746,976 746,976 00000000000000000009df95ee626497c34679d3f29cde1e93edc3cc5b338029 1.48 MB 3,667 23
746,975 746,975 0000000000000000000025c754d63ce9e717e28b1af4bc1f0ef226f28bce7acf 1.53 MB 2,649 19
746,974 746,974 00000000000000000008e4875e3680e7b75d43858df63b798c40c063f876f37d 1.58 MB 2,615 11
746,973 746,973 00000000000000000007cc022eca565759b4707ffd030bf61c009c085a26b194 1.51 MB 3,209 23
746,972 746,972 000000000000000000037c364330d8e570f348980437923d4ee359266c5dab03 1.56 MB 3,116 12
746,971 746,971 00000000000000000005180b78c4ef6d6856897ac319b3b580a7a94e7c374bba 1.46 MB 2,725 16
746,970 746,970 00000000000000000007ed632f3634bd8c55d428568a7ec74f2ce70aec4400b9 1.49 MB 2,802 28
746,969 746,969 000000000000000000020773c1b063b213cfa782f9b922e02b5316e0bd4be17d 1.44 MB 2,822 19
746,968 746,968 000000000000000000052354bfe0e64a8fdd9e56a5da3ea8d7db6c0262ea23ac 1.53 MB 3,427 20
746,967 746,967 00000000000000000008de28dab492b18fb4a50b9dabf1bc87f122d1ee5bd749 1.47 MB 3,286 21
746,966 746,966 00000000000000000001712e6c4d63b74d3ff5f1687913b913ce0a2c5c698ce0 1.56 MB 2,593 10
746,965 746,965 0000000000000000000923c3fd31c6e0c22936c76ae46acf6d3a7295553e8bd8 1.35 MB 2,655 15
746,964 746,964 0000000000000000000602d20ee4368b65a19379462ccd4a59855605db18907f 1.47 MB 2,813 26
746,963 746,963 00000000000000000006c9f1194ce7ff75c5f265d5520878e9e9392c3c8ff203 1.79 MB 1,210 1
746,962 746,962 00000000000000000000e33a8ce2003214dd49f309f85f6922871cbc2c76eff1 1.59 MB 2,546 11
746,961 746,961 000000000000000000068fd04835b45adb60e29acad61b7ee7da715685e71e86 1.62 MB 1,987 9
746,960 746,960 00000000000000000006cce7e926b36d35fa15f6a3d652e9c06f6580a4d657a2 1.69 MB 2,234 13
Previous 10 blocks ↓
Total Size: 768.99 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,616.57 GB sent, 92.76 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.