Memory Pool Memory Pool Refreshing

13,771 transactions
4.36 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (593,672 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
314,046 314,046 00000000000000002f91ef9189b456c6619a916b871921ce519aabab4ef8957c 0.04 MB 75 29
314,045 314,045 000000000000000005dd4e365480863b5012318ef4c82635b62f1b9429269e06 0.61 MB 968 29
314,044 314,044 00000000000000002a5b36f5f672adf3c27243c590f152b8fd9fd7691c500a99 0.54 MB 765 23
314,043 314,043 00000000000000003743f6048b9626e9c9c05d8327e143e643b8cd4a4d9c86b5 0.35 MB 706 47
314,042 314,042 00000000000000001d2a04c90db3116c288043e4e66633ccc240514f6f1a77fc 0.19 MB 258 40
314,041 314,041 000000000000000036f4e701ff430e29a2ba3d9614d68bcdcb38569777a88960 0.04 MB 92 34
314,040 314,040 000000000000000011c4c4195706b7cc541d5b00151e6d87a31382771036259d 0.03 MB 55 28
314,039 314,039 0000000000000000306e74678b2e4a213289c381f42db4234fa14b182f11685f 0.03 MB 35 22
314,038 314,038 00000000000000002e1193b25bedb1adc9ce6f621e98c190e3aeb9ec0cf5e5a6 0.36 MB 315 16
314,037 314,037 00000000000000001cc46f238aeb9037156ebe3419d453bae70ed63d522a64eb 0.35 MB 540 24
314,036 314,036 00000000000000002a5736d903648e68a084fbd066494b4613f49691cd877f63 0.35 MB 972 46
314,035 314,035 000000000000000017f35ee243df602f8f4a2b8c69e3f7f24b3715381196c952 0.05 MB 128 69
314,034 314,034 00000000000000001a1532e249cabb4ec8ed2a2fb92b95352321fc0669c4c4ce 0.35 MB 640 28
314,033 314,033 00000000000000000319c183940768f93b2364b282fe8abedd7420db9f66c3a6 0.05 MB 99 18
314,032 314,032 000000000000000004a5da57f95468778dc1526605fb30c9d7fe92fc19b75079 0.11 MB 182 27
314,031 314,031 00000000000000000ff8e7907f0de635ed62c874ab32eba0ed09b46fb8eb31d5 0.63 MB 454 14
314,030 314,030 000000000000000017238e61fc991c7c015daf55bd8d630a34f8cc1df9747ce7 0.75 MB 1,699 33
314,029 314,029 00000000000000000dcfa36ebdd72071295af941e3aeb5c976d0b36f42bf2a14 0.00 MB 1 0
314,028 314,028 00000000000000000381e2605797c5aa5d4ce4845966671ed872037d4ac133a9 0.14 MB 512 68
314,027 314,027 000000000000000006d153f0df950b9a1f6805b1602295bd048988d4df957631 0.47 MB 770 29
314,026 314,026 0000000000000000347de50adb9ae7d8f64a9581a61ee835fb6de63f927aa017 0.30 MB 373 15
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,622.93 GB sent, 92.96 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.