Memory Pool Memory Pool Refreshing

2,101 transactions
0.82 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,677 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.82 vMB 2,099 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,676 (814,146 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
94,530 94,530 000000000001c056e0d0b05f9327bea0cf0edb9dd57434c19336924096516cf5 0.00 MB 2 0
94,529 94,529 0000000000018dec5b304c6fb704af9df2c70c1b453d52a3c092d3ee65013095 0.00 MB 1 0
94,528 94,528 0000000000010653011a9b4b3417c57f30eb265831f8bf1b60bb477115ed517f 0.00 MB 1 0
94,527 94,527 000000000007dc6e9ba962a8563397008d52989b9d1ee9f9b6ba8f74a3b24a41 0.00 MB 3 0
94,526 94,526 00000000000476957147cf3d5e86bd3c6003587e23e3cf0c0e0c57c3a18e47d4 0.00 MB 2 0
94,525 94,525 000000000006d25188d770a1d374b55545262408b3d20dcb4e2f299f56ac823d 0.00 MB 1 0
94,524 94,524 0000000000000c7b2d0fec6b6d5d8960c01606ed53ae224d4717ee2ec1dfa8d3 0.00 MB 2 0
94,523 94,523 000000000003e153fc5ff1e3702e9043e38a483959b9fa432c83b09f0623c370 0.00 MB 2 0
94,522 94,522 000000000008d608c7f1641c1ed01b18fb20c8d97574104c14f336aeda3d8696 0.00 MB 6 0
94,521 94,521 000000000000555ef6421d085a15bbb352149ee86db8b830263f4bee2f1ef0a3 0.00 MB 1 0
94,520 94,520 000000000005d818a6b845331074545d947a6c266722d173bcab0aefb0652c6c 0.00 MB 1 0
94,519 94,519 0000000000012d5433ade162d4f6f23eda952e808fca44ef48d14f4b3155ef3e 0.00 MB 2 0
94,518 94,518 00000000000571df9335e3993542784f18678d6a026c26ba744bd374e4b0f806 0.00 MB 2 0
94,517 94,517 000000000001df3f509dbb51a39332c276a06249944d9d04df04cc7e3926315a 0.00 MB 1 0
94,516 94,516 0000000000003b245c418506305caaab940b732604c0e6dfb55c47ee4e8e22c7 0.00 MB 2 0
94,515 94,515 000000000008c7285d7e17cd6168603b7eb6d16add19165c2ff4baade8bfea00 0.00 MB 3 0
94,514 94,514 000000000000c6da34354a50b83f9645efc0dc0cd059e48254ab2eed8b7d539a 0.00 MB 1 0
94,513 94,513 000000000006e4f5cf905cd9a9de985e9cdbca73c86425a290ce0453ccb23f4c 0.00 MB 1 0
94,512 94,512 00000000000550f69f822a5fad32cf76fb3458388ded2da4d6c25589d46a9c29 0.00 MB 1 0
94,511 94,511 00000000000062f1ac8c0dd2398d533ad8be77d212b7989dae0629090845e729 0.00 MB 1 0
94,510 94,510 000000000001cb8dca0dd8304b329147fd03c6177f61c727ee2af31e7a16ad2b 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.95 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,853.60 GB sent, 101.72 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.