Memory Pool Memory Pool Refreshing

10,060 transactions
4.48 vMB
Show Random Selection Loading Transactions
Max Size: 25/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
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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,949 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (25,511 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
882,212 882,212 000000000000000000022de3fe4888a5d2b5fcb7812b70ee0d2f55aec456de2c 2.10 MB 1,965 3
882,211 882,211 00000000000000000001c3f3b60696c46963d43a25f979219ddc70e32328c0fa 1.54 MB 183 1
882,210 882,210 000000000000000000007c9e3d8500a28175a8cc5e3a4483df517c6d2948da4d 2.47 MB 1,565 3
882,209 882,209 000000000000000000026c3f012b427d12c7bbaf1dc86b5471e9ca1fb0b988e9 1.95 MB 2,559 3
882,208 882,208 00000000000000000000f46a3f14491f0e18241ec611546a275ccc41dcd3c5eb 1.82 MB 2,804 4
882,207 882,207 0000000000000000000238ed082a63f5b32789ae8b1dcc752770d0fedf2e587e 1.67 MB 3,603 4
882,206 882,206 000000000000000000027334e12803b5c23d69d8db9b9db94a010393365eacfa 1.11 MB 117 1
882,205 882,205 0000000000000000000243c18b90d5c6c469fbcd5de2aef559171f0635bd2442 2.44 MB 1,412 1
882,204 882,204 000000000000000000018fdf145bfb69d33c45b43878baf69b483ae5bc290549 1.69 MB 2,295 4
882,203 882,203 000000000000000000017bda4775a3da14bb7a470fe39ec4791c9392e3fff7f0 1.87 MB 1,723 2
882,202 882,202 000000000000000000009b902d9f43e214971d717fb7b9643b20065f1fdd9711 1.41 MB 2,652 5
882,201 882,201 000000000000000000021c297baa024566e09f79a0120c9343c62d8b18ff48c3 1.63 MB 3,379 7
882,200 882,200 00000000000000000001a16ad51b5e3446b795b62972e8a8313b83c60e400f56 1.48 MB 2,551 3
882,199 882,199 00000000000000000001cca5956888230cfdfde1b0241dba837423815204c9a3 1.62 MB 2,403 3
882,198 882,198 00000000000000000000f6e6546c4a3379f61f482339849508e5da7a06c232f2 1.65 MB 2,905 4
882,197 882,197 00000000000000000000b2c56ca19d4b4ebeb418b7a72db2bea30c1f0677d773 1.77 MB 2,385 3
882,196 882,196 000000000000000000019eb1b08979a0c35552630f3dfccf8593b74692014b82 1.72 MB 3,229 3
882,195 882,195 00000000000000000001c9bf7809bfb4e35e96fb2ca84b7905635d627bb5110e 1.48 MB 3,040 4
882,194 882,194 00000000000000000002985ecdbd5fe8d9a8830d8ee6d86c12d0bf825eb23fd4 1.59 MB 3,581 7
882,193 882,193 00000000000000000000a646fc25f31be344cab3e6e31ec26010c40173ad4bd3 1.48 MB 3,036 7
882,192 882,192 00000000000000000001c5add302e7c965cb2c29371536173900920b121be275 1.62 MB 3,481 7
Previous 10 blocks ↓
Total Size: 769.03 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,625.02 GB sent, 93.01 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.