Memory Pool Memory Pool Refreshing

3,220 transactions
1.37 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,687 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (746,652 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
161,217 161,217 0000000000000746109c8efbdbb8869754ebbe767f50cde6b51a88f46cedfd87 0.03 MB 63 89
161,216 161,216 000000000000077f043984119ba148dcfc86306409bc84b4be839f29353304e0 0.00 MB 7 0
161,215 161,215 00000000000006ff232db5c1baf2fcb096af4cf6b9b32f8f2e1a63ce65341b82 0.02 MB 28 166
161,214 161,214 00000000000000ad453a6a89449624bcc997fe1327151949c8910300a7ae0673 0.03 MB 66 84
161,213 161,213 0000000000000575637d02030f5fa771d8777f118524f9e97f35c0e2253041bd 0.01 MB 26 64
161,212 161,212 0000000000000117b3d2aa3836ca46c81671294c6bfad004f77badaa6813f962 0.00 MB 2 0
161,211 161,211 000000000000059ccb5c9e33fba4d5c6d79e2d406710c540251918a4338ab76d 0.00 MB 7 66
161,210 161,210 000000000000007ab1215e9f038af38d3b423ad59f69ecf79a2380f35b964e5b 0.04 MB 94 61
161,209 161,209 0000000000000801df2dd4b88c595e449bb863d88718059fc29529a4e469867f 0.02 MB 44 58
161,208 161,208 0000000000000d8d80efe70e27172b5ca7cd2cc4b3003f9be7f528d955ee721b 0.02 MB 7 45
161,207 161,207 0000000000000bd62861f10571a516f9972e3e5f9a667029364694697e6dcb9e 0.02 MB 45 123
161,206 161,206 00000000000008075f20a7149a2ef043091165e8cd546524dd36f5033ae9dbfd 0.02 MB 27 105
161,205 161,205 00000000000001665c91b2a46497b4b6b0170227103bd701ec222f2133fecd75 0.01 MB 20 34
161,204 161,204 0000000000000b07c3999dc74adcbc6ededabacea1a9ca72a89626aee65e1c9f 0.00 MB 1 0
161,203 161,203 000000000000030740abe29784c2979ff9116e94462e86a42d0fa9d3e08eafba 0.01 MB 44 89
161,202 161,202 0000000000000e33f1a48cd77260c0d90cf9aeaac74e85a546c2629da956a2f3 0.01 MB 22 151
161,201 161,201 00000000000009d0a1cfd2b907d620c1f77a68a938c10c99cc504814f904c1b9 0.01 MB 16 55
161,200 161,200 000000000000095897af517cdea929fcb149dbb8333aa0da11daa485fe233629 0.00 MB 13 784
161,199 161,199 0000000000000594f7eaed57c1ce0f2edc42d62d5bcf67192548b64dae921751 0.01 MB 19 255
161,198 161,198 0000000000000395ce53f8fc14f00a9f62daf3b85ef4e8c5cb2e9f70ab9234ab 0.03 MB 49 80
161,197 161,197 0000000000000cd8e9a5f7875817799f80f05b43249a5821b9bd08167679c9e9 0.02 MB 26 60
Previous 10 blocks ↓
Total Size: 769.30 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,642.59 GB sent, 94.42 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.