Memory Pool Memory Pool Refreshing

5,625 transactions
2.06 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,730 (716,510 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
191,220 191,220 000000000000069b4a4007888e744a48278dc4dc0108637411035cbbd555c486 0.15 MB 128 73
191,219 191,219 00000000000006d77dc9da16c45d0fd0a03627c4a51362aacb653b982748174b 0.00 MB 7 66
191,218 191,218 00000000000001f91b8b52c232d4d15d732006a42176f39673c6ef0710b50ff0 0.06 MB 134 68
191,217 191,217 00000000000006548d4b8af9dbf18543b1341526b42044eafb33ca5e0a631edb 0.13 MB 336 222
191,216 191,216 00000000000006844b010a043243d648e6e0704a300a1b12210cd70f506eaff0 0.13 MB 361 139
191,215 191,215 0000000000000249fa2b1f2f50e8af61ffef55f806db4668aca2cc30b25a8e53 0.07 MB 157 90
191,214 191,214 00000000000003a80aa8a308e26968d25b201503e3299b4c34607f11f2d10e9a 0.03 MB 64 44
191,213 191,213 00000000000008e09a182e44b323b7cc02c2ed728c69f81efbe4cd72bd4b8be9 0.21 MB 462 104
191,212 191,212 000000000000066aa4e101b6bdf1576b5d38713214c1a6b5c74f803d5146ec6b 0.04 MB 83 192
191,211 191,211 0000000000000056b2526ef4d27d66343cc32576bdb533b54384e13793094709 0.00 MB 13 15
191,210 191,210 0000000000000006c8801df7a95ff56ec325cf9cd808137a02bbecf43691ac76 0.06 MB 148 126
191,209 191,209 0000000000000684747a79019dcf9fe7385248ba13c2d62ea9d72eb178d10504 0.06 MB 221 43
191,208 191,208 00000000000007656993f1e8cdef1c061b9c9200c713ca11f612033ab6905d06 0.05 MB 132 120
191,207 191,207 000000000000068d5c84f4b2d8bed1a13d368665c33ea9d0e4efef4426d568a2 0.07 MB 136 110
191,206 191,206 00000000000001dab8dbc415ec71f7ff15e7f8a4cbe1736c14df7fa1fd0e0f46 0.04 MB 103 56
191,205 191,205 00000000000006328bc158ac6bee09f883c71f9102aba78099871305ade2d163 0.21 MB 593 127
191,204 191,204 00000000000001d3b76875e15e52b1de5b31e5a1f426f61a6d5d6c741609d1d5 0.00 MB 10 0
191,203 191,203 000000000000076af0b0db4fb5b7d3dfc6282b6e98c88bbc022ef8dd52af2218 0.11 MB 256 117
191,202 191,202 000000000000067e9e27640531590c854abfa75d7e3bb5c33be0eb00d72377a2 0.00 MB 9 752
191,201 191,201 0000000000000273b020ec9c2433d0ef9fd21d55cc89844dc568a9340aaf9f86 0.15 MB 468 152
191,200 191,200 0000000000000318767c948783cc082e8cd1b58689d5329842097e5e882861fd 0.05 MB 142 111
Previous 10 blocks ↓
Total Size: 769.04 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,626.28 GB sent, 93.06 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.