Memory Pool Memory Pool Refreshing

17,906 transactions
5.78 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,498 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (693,516 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
214,203 214,203 0000000000000361990183d7af5d806533189023656d346c58e2dfeb50c8fdf7 0.05 MB 102 171
214,202 214,202 000000000000051210134dc7f44edb5176393517311ab2d007ce2bb4da696ed7 0.05 MB 121 145
214,201 214,201 000000000000029acadfd2c473312ed8f11a6a2739f36180ed244806ebe0fd5a 0.04 MB 72 134
214,200 214,200 000000000000035688a5e224794c2b14d5435e1c1ad7efcfc9d15990d8878af9 0.01 MB 26 147
214,199 214,199 00000000000002d0a992b698ba73ef6c43e18b188bc7d4eb4776c39dc142513c 0.26 MB 186 58
214,198 214,198 00000000000003bd8bc7659a211be241d03d7d0a282828cf31e04e5ecd9b240c 0.00 MB 12 183
214,197 214,197 0000000000000323ca9e4789af10cd806bb7f9d05348990809431d0cde7c74bf 0.05 MB 78 117
214,196 214,196 000000000000000781112e4b3a572fb3de9f32eb3a8541d86bdf9000ae500505 0.04 MB 135 15
214,195 214,195 000000000000018e6dcb909a887acd30152e66671008380365616576919ef1e6 0.18 MB 347 116
214,194 214,194 00000000000004f685dee9c8c711bc5d8fe78efca548ab80102f463dd334f2ff 0.25 MB 510 195
214,193 214,193 000000000000017c6902750eef5541772a7d8e900c78cd78945a63d740024b65 0.12 MB 243 150
214,192 214,192 00000000000002acd624c77d65fb4cef699059ae446cd97127ba894b32c37d74 0.00 MB 13 79
214,191 214,191 00000000000003fcd321485af1df592f6e4c251592c8129352532b5511bf483b 0.23 MB 539 250
214,190 214,190 0000000000000143dbe5cbec371e01cb417ad1dab5b9806a8b20ed9a1f2d8034 0.05 MB 112 265
214,189 214,189 00000000000000e55055d68c6eb929245be9341053b764353faac68837cc41f1 0.15 MB 346 157
214,188 214,188 0000000000000451c7de4c0132703b53320c1bfffac37d335184d3cd064fcab7 0.08 MB 175 137
214,187 214,187 0000000000000240b7a7907c1865408081fdbb5c5168d74da0e04af3dca5e8b3 0.00 MB 12 15
214,186 214,186 000000000000033aedcf0f7d77b16b6a90e9a6937187c38ab46952d741e11284 0.13 MB 260 144
214,185 214,185 00000000000003c4d3e18531562cb19fefc7e61bb8c447bcadaa8312f9f3ffa8 0.22 MB 529 255
214,184 214,184 00000000000000b71a575494950a8fce14078c1db7d7aede2aaa130468bc19ec 0.03 MB 66 144
214,183 214,183 00000000000002b164548fafb9c202457cf4d1fe4d0ec5307aa26b3617f9b91a 0.05 MB 127 182
Previous 10 blocks ↓
Total Size: 769.02 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,624.26 GB sent, 92.99 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.