Memory Pool Memory Pool Refreshing

11,295 transactions (3.09 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,049 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,468 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,048 (880,914 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
28,134 28,134 0000000056f780bc6c48c10b8fdabd5ca03a8616d27ccda7620845242b6b5184 0.00 MB 1 0
28,133 28,133 000000002badc3d9d9ef3028fe96180651477d291e59dfd69119cca8be777319 0.00 MB 1 0
28,132 28,132 00000000221f42184eb69e108dc1910152705bb6ddc57ba10e437573dbc69984 0.00 MB 1 0
28,131 28,131 00000000e47601038e470477fa2b53c7947a2af8b1d4d4f6c4683c30537dc9e1 0.00 MB 1 0
28,130 28,130 00000000f7f8905c11fc939500d0492d5ad0c69d72938c1545988b9f98a99def 0.00 MB 1 0
28,129 28,129 000000006b8b47a74bc900f9e62de7125458ed7f5af1c580ecdc20e11e4e6abe 0.00 MB 1 0
28,128 28,128 00000000b3915a40c969784b65041692bc4b2a904cddfe2dcdcc3b37c4739ce1 0.00 MB 1 0
28,127 28,127 00000000fba9cd0f1d03152f85fa9e8e1535091aa2a291721e53bddd7ac63b7a 0.00 MB 1 0
28,126 28,126 00000000a052c1a27918fa766c9315f47c787219641c636d86a1c74a9f1506fd 0.00 MB 1 0
28,125 28,125 000000009638f680c426d2c2d80c6371e78c12bc0da7b388ca087dc875fa6449 0.00 MB 1 0
28,124 28,124 000000002928b651880307c16a50feab6efba487cd07a5fae3eff635fc4a4e98 0.00 MB 1 0
28,123 28,123 00000000c9126b9735670928823ba06d3f69dc290409b623da13dc848f23faf9 0.00 MB 1 0
28,122 28,122 00000000f497eeb415612038977c2ad9ab380a96ed64b7151ae8e15f0d554a5f 0.00 MB 1 0
28,121 28,121 0000000042e058dd1b20a7d86b5a8c757a02b5d4728c5a143a3940f0dd8aeb16 0.00 MB 1 0
28,120 28,120 00000000df56b9f19592d02971007b64f5e4174ade796f61dd59ac24231fccea 0.00 MB 1 0
28,119 28,119 00000000ea29a807cbff28ce23f26eb6aa47cc5b6e2f364f5d0475fe550edcbc 0.00 MB 1 0
28,118 28,118 0000000062cf6fed5609bf97ddedc31a5054741addc5367ec9de25f8ced2e756 0.00 MB 1 0
28,117 28,117 00000000898d9e980b3cb2d57b02208f4731cb09f41adec681202e1eda69e1de 0.00 MB 1 0
28,116 28,116 000000009042fe2b8383d5cbf98b8fac7bc0b4e1a72072cfdbd1af516b49af85 0.00 MB 1 0
28,115 28,115 00000000b3c73e612f691a1cd2375a345df246c1c47cf16bbfc59454003b64f8 0.00 MB 1 0
28,114 28,114 000000009eb429cc62325125c2ce2cfcdfaccf9f59baecf694f7ef6d5caa7f80 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.64 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,896.73 GB sent, 105.71 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.