Memory Pool Memory Pool Refreshing

7,834 transactions
2.91 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,297 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (660,962 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
246,819 246,819 000000000000001c723fb1263250a46723f5a0902ea295e671d18d643f6a2272 0.08 MB 175 201
246,818 246,818 0000000000000054974f894377a4ca6ebb376cce09fd64ed6336507e13e571ec 0.01 MB 10 48
246,817 246,817 0000000000000071524448487230485b339d90dcd7a75b21dcf48e500bea7dd2 0.04 MB 107 284
246,816 246,816 000000000000000a6913ee4ada3b92bed9f1398ad8f22f4f944a5d5593197d68 0.02 MB 47 195
246,815 246,815 00000000000000972727e26d18b5b777865700fd26545f36a087842bd1fc6865 0.04 MB 82 135
246,814 246,814 0000000000000034fcb5a0362730f4988b25972256b3c59cec3501aaf925c815 0.01 MB 26 59
246,813 246,813 000000000000002235465987ae592149d24e5c24f36fbf8a3782a991243c5de8 0.13 MB 246 116
246,812 246,812 000000000000004fd8955af35f8d3dc8eab79a43c60538ebd7f4598b135a6efc 0.17 MB 372 137
246,811 246,811 000000000000007843e1430aff20c464d533c1df576a4cff614ff049f07094c0 0.05 MB 130 152
246,810 246,810 000000000000008d1522fc38b9d44357d32f5839d7fb44da1ecb804c45285d57 0.01 MB 5 53
246,809 246,809 000000000000000eb0b8d5cb1b41bd8c8f6bdce805f772a1818a34989a97abac 0.08 MB 176 108
246,808 246,808 000000000000004205b37c55fea6cabd485da8bf8755e5525f455d8d3c9d1e36 0.00 MB 14 93
246,807 246,807 000000000000003c63dad6f2f84307abfa3d09fc353406dacad1a8195f2048bd 0.13 MB 297 207
246,806 246,806 0000000000000009714c370c9ad0453a2cbcc388d1817dea10787adcefcba1b9 0.12 MB 268 137
246,805 246,805 00000000000000731d7bc8b8596eb2757ddfe63955c60af5e637cf7982a40ae2 0.18 MB 418 2,160
246,804 246,804 000000000000009d9221c58e0e17f88ac7a19127f90bd293b45b0a8ab4881f8d 0.14 MB 278 118
246,803 246,803 0000000000000044d34d8369822833af9c991d605c228195478c6edced916797 0.09 MB 185 123
246,802 246,802 0000000000000042b2f69f66f9986f0df40bab152078aae853f42d5a2909c61c 0.25 MB 597 184
246,801 246,801 00000000000000100a58abf45cbbd272031d4f4bb4f6b9ade606e81affb4503f 0.43 MB 1,024 1,698
246,800 246,800 0000000000000023b473d0118a068beff6c15b8b7d5379f172c91f36899420a8 0.01 MB 16 40
246,799 246,799 000000000000007e1ffdfd839e1ef1bba98fe3e4ed9630266782ff2631efa855 0.07 MB 157 187
Previous 10 blocks ↓
Total Size: 769.13 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,631.61 GB sent, 93.56 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.