Memory Pool Memory Pool Refreshing

1,900 transactions
0.71 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,008 00000000000000000002349e0000000000000000000000000000000000000000 0.71 vMB 1,899 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,007 (636,798 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
271,209 271,209 0000000000000002415d0682fff1f8dfb77fe277edb6f08299b07f0a3eeafb41 0.06 MB 110 34
271,208 271,208 000000000000000075fb720d26d0c17e7e202d952810c20a3a69ad51bad945b6 0.08 MB 95 27
271,207 271,207 00000000000000016f2d7d0e2c0c958b8fdec62ed1c35abd1e1c6309fc0d51ad 0.06 MB 125 38
271,206 271,206 00000000000000026a6f0ed3f71be89348239f0bfd0462b68324928331812ee3 0.18 MB 419 55
271,205 271,205 0000000000000002d8d080760b8dd9abaef41a981f1ef59b642332a58b22255a 0.12 MB 197 32
271,204 271,204 00000000000000038c036a9eec2ec71164d4b83eaef046c2a5e23282b517894a 0.27 MB 479 62
271,203 271,203 0000000000000002743c65cbeaa1f1ac247e57ad72c47bca25a7873d96aaed21 0.24 MB 603 66
271,202 271,202 00000000000000042a6193a1e800922d2dac4006bfcb0622984bcabd3193502c 0.17 MB 317 54
271,201 271,201 0000000000000002f0f6da934e421aca87110dc2b06a291ac4288b351cdcdde7 0.35 MB 496 24
271,200 271,200 00000000000000016b9cc118ea7d86919f809e55294861ee09471ae4dd7a51f2 0.25 MB 538 71
271,199 271,199 0000000000000003c840e36e6fea10ea199a329e8ceeecc6234cdf0c4fde0669 0.15 MB 359 63
271,198 271,198 00000000000000048ba99d543052bb28d76f90f9e327299402e932173cb4b004 0.15 MB 318 44
271,197 271,197 00000000000000053a9ba818a673c89cee3a90c779d368d234f45ceae04a8605 0.16 MB 348 59
271,196 271,196 0000000000000001ce6ad7084ad00d8adfb4d743992ee79aba66bbb8f5c8f365 0.20 MB 360 52
271,195 271,195 0000000000000004210b779fb70c519dedbf1aedf4153109194ea59403070a27 0.01 MB 23 50
271,194 271,194 00000000000000051b599da08a5042d7a287928f97b0f0131d61f37e94e0906b 0.11 MB 128 35
271,193 271,193 000000000000000016bf7b52509b1389a440b7aa194acd1af0cd88a89749fa35 0.25 MB 620 62
271,192 271,192 00000000000000036c03308d5278ccaf867282446c6124a83c491e6b21c0d9f5 0.12 MB 272 53
271,191 271,191 000000000000000303b337c746a795d844b04dc84d4074cad207678d14910576 0.25 MB 451 52
271,190 271,190 000000000000000086308a20cc0b039860720e6f3d6315434bf329220ee2ce36 0.12 MB 118 31
271,189 271,189 0000000000000000901257b3ae107fd67bf8f9190eed6d549350cbd5e3527ca2 0.25 MB 416 32
Previous 10 blocks ↓
Total Size: 769.56 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,649.19 GB sent, 95.73 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.